Login  Register

Re: JOCL OpenCL 1.1 support

Posted by jcpalmer on Jun 16, 2010; 4:56pm
URL: https://forum.jogamp.org/JOCL-OpenCL-1-1-support-tp899589p900353.html

Ah, that does kind of suck.  I am not making property changes to change out of order, but to toggle CL_QUEUE_PROFILING_ENABLE in order to determine optimum kernel group size first time / or when hardware/driver changes are detected since the last run of the program.

I do not remember, but I thought just leaving profiling turned on was a slight performance hit.  Guess I should re-test that. I never submit commands to a given queue on more than one thread or change this while something is queued, but of course one cannot assume this is always done by everyone.