wow nice, opencl can seriously speed things up for many diffirent kind's of calculation. Blender <http://www.blender.org/> is actually porting OpenCL for its rendering engine cycles. Cycles already uses CUDA. They say that openCL is quite buggy yet and not well supported. Whats your experience with it ? In Blender CUDA alone speed things up 3 times compared to my CPU. For serious GPUs this number can go easily up to 10 times. I have even heard that in some cases the speed up reach 100 times. Are you going to expose also an API for non graphic stuff ? On Thu, May 8, 2014 at 9:32 AM, Ronie Salgado <roniesalg@gmail.com> wrote:
Hello,
I started working in making some basic bindings for OpenCL using NativeBoost.
Currently I can run basics OpenCL OpenCL kernels. I tried to generate quickly some procedural images which was a success.
I am going to be showing some more cool stuffs when mixing OpenCL+OpenGL+SDL2.
Currently uploading my work into http://smalltalkhub.com/#!/~ronsaldo/OpenCL . No configuration or stable release yet.
Greetings, Ronie