Does jocl work in multidimensional mode ?
Posted by Abimael on Oct 20, 2011; 1:48pm
URL: https://forum.jogamp.org/Does-jocl-work-in-multidimensional-mode-tp3437749.html
Hi
I am trying to run a small program that uses 2D in jocl.
However, it seems that it does not work ..
I 'm tring to figure out what is wrong.. looking in the demos, but I didn't find any program (cl program) that runs in 2D .
I mean, I did not find any get_global_id(1) , only get_global_id(0) .
I 'm tring use queue.put2DRangeKernel on the java side .
Does somebody else use 2D in JOCL / OpenCl ?
Thanks in advance