Skip to content
This repository has been archived by the owner on Aug 26, 2019. It is now read-only.

doesnt work on firefox or chrome with webcl - createCommandQueue fails #6

Open
kaiaeberli opened this issue May 27, 2017 · 2 comments

Comments

@kaiaeberli
Copy link

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 kaiaeberli changed the title tried using doesnt work on firefox or chrome with webcl - createCommandQueue fails May 27, 2017
@milhidaka
Copy link
Member

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.

@kaiaeberli
Copy link
Author

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

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

No branches or pull requests

2 participants