doesnt work on firefox or chrome with webcl - createCommandQueue fails
I tried using it together with this build of chromium: https://github.com/amd/Chromium-WebCL
but it gives the message: INVALID_CONTEXT and QuotaExceededError on my NVIDIA GTX 770 card.
it seems to crash when calling $CL.context.createCommandQueue() with this error message.
any ideas? Firefox didnt work either. I compiled and installed the plugin, but i get WebCL is undefined.
Hi, Chromium-WebCL seems to be not working in latest Windows environment. It used to be that Chromium-WebCL works on Windows 8, but some Windows / driver updates conflict with it.
For Firefox, you need to use Firefox version 32. Latest Firefox removed NPAPI plugin support, which is needed to access to the native driver. In my Windows8 environment with intel OpenCL driver, installing the plugin linked from the top page (https://drive.google.com/file/d/0BxKvBdxU_LchMWVVUWFGVS1NcE0/view?usp=sharing) enables the demo (http://mil-tokyo.github.io/sukiyaki/sample/browser/) work with WebCL.
thanks i might give it a try - do you know if there is a better javascript matrix multiplication library that supports current browsers / OS?