Login  Register

Re: Concurrent Kernels + Synchronization + JOCL

Posted by Giovanni Idili on Apr 20, 2011; 9:16pm
URL: https://forum.jogamp.org/Concurrent-Kernels-Synchronization-JOCL-tp2843784p2843829.html

Thanks, I was having a look at your post - in a sense you're trying do to something quite similar to what I am describing.

Since CKE is not fully supported yet it sounds like in order to leverage concurrency I will probably have to assign different kernels to different devices (from JOCL, having different queues for different devices) and then pull out results from the queues and do my synchronization business from higher-level code (Java).

"The only way you can exchange data is by Global Memory on video card." <-- any pointers and or examples (with jocl) on using this kind of shared memory?