You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
FerrahWolfeh
changed the title
Enqueue ndrange error (-5) on Mali gpu
Enqueue ndrange error : -5 on Mali gpu
Nov 19, 2020
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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: