jackxiao / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

OpenCL wrapper #110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As the first OpenCL drivers for Linux, OSX and Windows are shipping today,
this would provide a powerful partner to the OpenGL interface. Nvidia and
ATI drivers are GPU-accelerated, the ATI-stream-driver has a CPU-fallback.
Code is compiled at on-the-fly at runtime for a particular target, but can
be cached/reloaded in binary form.

cf. http://www.khronos.org/opencl/

Original issue reported on code.google.com by nishimur...@gmail.com on 16 Jan 2010 at 1:52