Login  Register

Access cl_kernel_preferred_work_group_size_multiple

Posted by ArToX on Apr 11, 2016; 8:24pm
URL: https://forum.jogamp.org/Access-cl-kernel-preferred-work-group-size-multiple-tp4036591.html

Hello everyone,

I was wondering how to access the cl_kernel_preferred_work_group_size_multiple value through jocl.
That thread: http://forum.jogamp.org/How-to-get-quot-CL-KERNEL-PREFERRED-WORK-GROUP-SIZE-MULTIPLE-quot-td4033302.html provide a good reading of the source, except that getWorkGroupInfo() method is private and therefore not available for that purpose.
And of course there's no such a get_preferred_work_group_multiple() method.

Any reason to this? Any idea to bypass/fix this limitation?

Thanks and best regards.