Login  Register

Re: using __local

Posted by Wade Walker on Nov 02, 2013; 4:11pm
URL: https://forum.jogamp.org/using-local-tp4030471p4030477.html

CL_OUT_OF_RESOURCES can be hard to debug. Have you checked the amount of local memory available on your device to make sure you're not exceeding it? Only 64KB is required by the spec. You might try reducing the amount of work you're enqueing; if that works, you're just not doing the right checks to stay within your hardware constraints.