Hello,
I write an application using OpenCL. With certain parameters I got the error CL_OUT_OF_RESSOURCES when I use the function clEnqueueNDRangeKernel.
The problem is that I don’t know why there is an out of ressources error. Datas are not too large for memory, the number of kernel respects the GPU specifications.
Is there a method to get more details about a CL_OUT_OF_RESSOURCES error?
Thx for your help.