Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebGL2 Compute shader support? #908

Open
evdem opened this issue Feb 23, 2019 · 2 comments
Open

WebGL2 Compute shader support? #908

evdem opened this issue Feb 23, 2019 · 2 comments

Comments

@evdem
Copy link

evdem commented Feb 23, 2019

Experimental WebGL2 Compute shaders are supported in Chrome Canary. See e.g. my pages https://www.ibiblio.org/e-notes/webgl/gpu/contents.htm. Is it possible to add WebGL2-compute into WebDNN?
Evgeny Demidov

@milhidaka
Copy link
Member

Sounds interesting.
It may be relatively low cost to support it, but implementation of WebGPU on Chrome is also ongoing, so we don't have plan to support webgl2 compute shaders.

@evdem
Copy link
Author

evdem commented Feb 25, 2019

I think WebGPU will be "just" WebGL2-compute successor in a few years (they will extend ANGLE, D3D12 support and so on...). As compute shaders and (Apple) WebGPU are similar couldn't you help (guide/point) how to add them into WebDNN. I'll try to ask GPU.JS about compute shaders but ML is more meaningful than just matrix multiplication.
By the way are HALF_FLOAT data supported in WebDNN? Simple test at https://www.ibiblio.org/e-notes/webgl/gpu/tex2_16.htm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants