Questions tagged [webcl]

WebCL defines a JavaScript binding to the Khronos OpenCL standard for heterogeneous parallel computing. WebCL enables web applications to harness GPU and multi-core CPU parallel processing from within a Web browser.

WebCL defines a JavaScript binding to the Khronos OpenCL standard for heterogeneous parallel computing. WebCL enables web applications to harness GPU and multi-core CPU parallel processing from within a Web browser.

https://www.khronos.org/webcl/

8 questions
20
votes
4 answers

How to use WebCL in Chrome?

I'm a young developer interested in HPC and parallel programming. As you can see here http://www.khronos.org/webcl has been "released" (not yet, is a working draft) this porting for the web of OpenCL. I don't know where to start from, because I…
LowFieldTheory
  • 1,722
  • 1
  • 26
  • 39
8
votes
1 answer

What is the current status of the WebCL implementation on major browsers?

I have this question because I cant find official information from Google, Mozilla or Microsoft. I just found 2014 dated entries. I would like that kind of efficiency on the browser. To the moderator: Please keep this question while as its answer…
2
votes
0 answers

gpu.js in web worker

I'm trying to run gpu.js in a web worker, but can't seem to get it to work at all. I'm running importScripts to load the library within the worker, but I'm not getting the GPU object in the worker context.
llihp
  • 195
  • 1
  • 2
  • 10
2
votes
2 answers

webcl and webgl won't work at the same time

Hello Stack Overflow users! I've been searching all over with little (actually none) out there about my problem. I try hard not to ask questions that have already been asked but it seems like I'm the first to have this problem. I have installed the…
Armin Taheri
  • 72
  • 1
  • 8
1
vote
1 answer

Compose an image with floating point layers in webgl

I have trying to render an image in the browser which is built like this: A bunch of rectangles are each filled with a radial gradient (ideally Gaussian, but can be approximated with a few stopping points Each rectangle is rotated and translated…
Arthur B.
  • 3,445
  • 3
  • 21
  • 24
1
vote
1 answer

OpenCL minification and obfuscation

As OpenCL-enabled software needs to be packaged with source code of OpenCL kernels, minification and obfuscation seems to be a standard requirement for OpenCL deployment, at least for commercial applications. Which tools could be used for…
Marat Dukhan
  • 11,993
  • 4
  • 27
  • 41
0
votes
1 answer

WebCL doesn't fill global table

I started using Nokia WebCL implementation for Mozilla Firefox. I'm testing my application on Firefox version 32.0 (which is version for which Nokia binding was implemented). This is my code (for simplicity and to show you what my issue is I've…
VisstPL
  • 1
  • 1
-3
votes
1 answer

How to compare GPU and CPU performance when calculating fractals?

I've encountered this problem. I need to compare CPU and GPU performance when calculating fractal using WebCL, CUDA or OpenCL. How can I do this? Thank you.
elvinas
  • 554
  • 6
  • 19