You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2019. It is now read-only.
There is a specification called WebCL which is web bindings to OpenCL. However, no major browser has implemented it and Firefox even said they have no plans to implement it: https://bugzilla.mozilla.org/show_bug.cgi?id=664147#c30, instead saying "The future for GPU compute in Firefox is ARB_compute_shader".
Open questions:
What is that actual status of GPU compute, when will we be able to use it in browsers?
What are the positives/negatives of OpenCL vs ARB_compute shader for scientific computing applications?
What scientific computing applications actually need GPGPU that can't be done today using the image buffer tricks?