sushi2 icon indicating copy to clipboard operation
sushi2 copied to clipboard

doesnt work on firefox or chrome with webcl - createCommandQueue fails

Open kaiaeberli opened this issue 8 years ago • 2 comments

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.

kaiaeberli avatar May 27 '17 15:05 kaiaeberli

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.

milhidaka avatar Jun 04 '17 02:06 milhidaka

thanks i might give it a try - do you know if there is a better javascript matrix multiplication library that supports current browsers / OS?

kaiaeberli avatar Jun 05 '17 09:06 kaiaeberli