Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

[🔷 Feature request ]: GPU mode support #16

Open
ArturJS opened this issue Feb 17, 2021 · 4 comments
Open

[🔷 Feature request ]: GPU mode support #16

ArturJS opened this issue Feb 17, 2021 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed Priority: Medium

Comments

@ArturJS
Copy link

ArturJS commented Feb 17, 2021

Do you plan adding GPU support?

@matiasvlevi
Copy link
Owner

Adding GPU support is defenetly on my watch list. It's an important feature to implement especially for a Neural Net library. The gpu.js library looks like the best option for now. I'll try some stuff out in the following months to see what works best.

@matiasvlevi matiasvlevi added enhancement New feature or request help wanted Extra attention is needed labels Feb 17, 2021
@ArturJS
Copy link
Author

ArturJS commented Mar 2, 2021

@matiasvlevi btw, just the other day found an interesting project that makes writing glsl stuff much easier by converting all the needed computations from plain js
https://github.com/jdavidberger/js2glsl
Hope it will come in handy :)

@matiasvlevi matiasvlevi changed the title [Question] GPU mode support [🔷 Feature request ]: GPU mode support Jun 26, 2021
@matiasvlevi
Copy link
Owner

Thanks for the suggestion!
I've looked into the library. Looks like it's more suited for graphics rather than matrix operations. I think our way to go would be gpu.js.

@matiasvlevi
Copy link
Owner

matiasvlevi commented Sep 27, 2021

Looks like node-rapids might be useful with debian distros such as Ubuntu. Installation would be slightly tedious since this is a c++ addon to nodejs.
Here is their github repo:
node-rapids
Ill be working on that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed Priority: Medium
Projects
None yet
Development

No branches or pull requests

2 participants