Commenting on: AMD OpenCL parallel computing demo from Siggraph Asia 2008
The first public demonstration of OpenCL functionality was given by AMD at Siggraph Asia 2008. OpenCL is the new vendor-independent standard designed to extract high performance parallel computing out of GPUs, DSPs and multicore CPUs. Basically the idea is that you can write your core computational code in OpenCL and voila! - your code scales to whatever processors are available. OpenCL will greatly improve speed and responsiveness for a wide spectrum of applications from entertainment to scientific and 3D visualization.
The FirePro / FireStream teams created a screen capture of this particle & fluid simulation demo showing OpenCL functionality…
Comments
You really should have mentioned that:
OpenCL was initially conceived by Apple Inc. (which holds trademark rights), and refined into an initial proposal in collaboration with technical teams at AMD, Intel and Nvidia. Apple submitted this initial proposal to the Khronos Group. On June 16th 2008 the Khronos Compute Working Group was formed with representatives from CPU, GPU, embedded-processor, and software companies. This group worked for the next 5 months to finish the technical details of the specification for OpenCL 1.0 by Nov 18 2008. This technical specification was reviewed by the Khronos members and approved for public release on December 8, 2008.
Apple’s forthcoming Mac OS X Snow Leopard will make extensive use of Open CL:
OpenCL (Open Computing Language), makes it possible for developers to efficiently tap the vast gigaflops of computing power currently locked up in the graphics processing unit (GPU). With GPUs approaching processing speeds of a trillion operations per second, they’re capable of considerably more than just drawing pictures. OpenCL takes that power and redirects it for general-purpose computing.
http://www.apple.com/macosx/snowleopard/
By Dev229 on 2009-02-04
This is absolutely awesome.
By Matis on 2009-02-04
The Powder Toy is available free for various platforms including Windows from Stanislaw Skowronek website:
http://powder.unaligned.org/
I think the ones available to the public on his site may be single-core only but they’re just as fun to play with.
By Erik on 2009-02-07
this demo is cool and I am looking for more to see abilities and the preformance of OpenCL.
By Moayad on 2009-02-16
I am sorry but it does not demonstrate anything..
It’s just a pile of crap with coder-colors. And fluid dynamics? guess what, it is already possible on GPU. It is utterelly stupid to run OpenCL on a CPU, CPUs have a more extended instruction set and good cache and OpenCL makes no fucking sense on a CPU. It would have been cool to see this running on a graphic card, because at least the restrictive programming paradigm of OpenCL was targetted at these.
And else, was I the only one to laugh at this? “to optimally run compute kernels on multi-core systems with linear scaling”
Sorry, but it’s not a challenge. of course it runs linearly. if it doesn’t it means you have a bug…
By nystep on 2009-02-18
Actually this demo is a big deal - because it is using OpenCL rather than writing multi-processor core-savvy code. As a developer, you just write to OpenCL and it then does the magic of scaling this to multiple CPUs, GPUs, DSPs or whatever is available.
Sure a really good coder can write custom code write now that takes advantage of multiple cores on a CPU and using something like Stream or CUDA they could write to a GPU using custom proprietary API code. But three things: 1) must not be that many great coders out there because you don’t see a lot of multi-core apps. 2) More relevantly, how would a “great coder” be able to write code that adjusts to whatever processors are available, on any device or platform? 3) OpenCL is an open standard, so you are not writing proprietary one-off code.
OpenCL is like OpenGL. You write to OpenGL - you don’t worry about the specific hardware. Same with OpenCL. You write to OpenCL and the OpenCL driver handles the scaling to the processing devices available (GPU, CPU, DSP, Larabee, etc).
Also OpenCL is not limited to just GPUs - it has applications to things like the new multi-core ARM handheld processor or DSPs, or Intel’s Larabee.
By Bill Hadley on 2009-02-19
Is there any information available on a possible release date of the OpenCL driver used for this demo, for the public or to ‘registered’ developers ? I’m very much willing to use OpenCL for GPU _and_ CPU !
By rotoglup on 2009-02-19
Add your comment
Note: All comments are moderated for spambots so there will be a posting delay.
Your email address will not be published.