Login  Register

Re: Multiple OpenCL contexts

Posted by shaman on May 29, 2016; 6:26pm
URL: https://forum.jogamp.org/Multiple-OpenCL-contexts-tp4036753p4036758.html

Then you only have one OpenCL device (I have two, my CPU and the GPU, both from Intel).
OpenCL allows multiple contexts for the same device, so just change the loop at the very top to not loop through the devices but instead use the first device 2-3 times.
The error should occur then.