How to get "CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE"
Hej, I need to ask the kernel for 'CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE'. How can it be done with JOCL? I find it in the bindings for the kernel, but not method for that.
Thanks alot
Re: How to get "CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE"
Administrator
For JOCL, it looks like the right way to get this is CLKernel.getWorkGroupInfo(), with a flag value of CLKernelBinding.CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE.