webcl-firefox icon indicating copy to clipboard operation
webcl-firefox copied to clipboard

Nokia WebCL Extension for Firefox

Results 9 webcl-firefox issues
Sort by recently updated
recently updated
newest added

In the validatorIntegration branch, something related to the validator is leaking resources, and after a while the validator stops working. The following bare-bones test case works for about five reload...

Hi, I cannot access the http://webcl.nokiaresearch.com/ in order to download binaries, it seems to be down atm. Sorry if it is off topic here; did the address change for the...

It does not work on firefox 38.0.5, ubuntu. I have installed from http://webcl.nokiaresearch.com/extensions/firefox/multiplatform/latest/webcl-1.0.xpi and from http://github.com/toaarnio/webcl-firefox. It is on the list but test shows that it does not works.

Lesson 2 will not run, starting with Firefox 35. On Firefox 35, Browser Console throws error: "Security wrapper denied access to property apply on privileged Javascript object. Support for exposing...

Hi I have a sample using subbuffer, It's working on OpenCL and WebCL with Webkit but on the extension I have an error with MISALIGNED_SUB_BUFFER_OFFSET clCreateBuffer(692911,1,128,0,18288) ->[object WebCLContext].createBuffer(1,128,null) =>Result (865895...

Hi just retry all the sample webcl from the translator, and I have a little trouble with this sample : http://wolfviking0.github.io/webcl-translator/build_nvidia/index.html?sample=20&gl=off&title=Reduction&gpu When I close the browser after launching it, I...

The current implementation of DEBUG() uses console.log(), which is apparently not available in Workers (not even ChromeWorkers). We need some other way to print debug messages.

We're currently deviating from the WebCL Working Draft in at least the following: • No callbacks; • No ‘name’ and ‘message’ fields in exceptions; • No semi-automatic (hierarchic) release() of...

bug
enhancement