I'm trying to make a low power upscaler using the capabilities of the Mali-T760 gpu on a rockchip RK3288 arm processor
The issue is that the utility runs ok using the NEON processor, but with opencl it gives the enqueue ndrange error : -5
Disabling this error makes waifu2x to instantly segfault when this error occurs
I inspected a little and narrowed down the problem to a CL_OUT_OF_RESOURCES error
seems like loading the clEnqueueNDRangeKernel overflows the cl workspace limit and crashes this GPU
I'm trying to make a low power upscaler using the capabilities of the Mali-T760 gpu on a rockchip RK3288 arm processor The issue is that the utility runs ok using the NEON processor, but with opencl it gives the
enqueue ndrange error : -5
Disabling this error makes waifu2x to instantly segfault when this error occurs