Error |
Explanation |
Instructions |
CL_INVALID_BINARY |
This is indicates a problem with your OpenCL device (CPU/GPU) or driver. |
Install any pending operating system updates.
Check GPU Driver and try updating them to the latest available version.
Verify that your driver supports OpenCL 1.2 by performing OpenCL Driver Check.
Check GPU Requirements.
|
CL_INVALID_QUEUE_PROPERTIES |
CL_PLATFORM_NOT_FOUND_KHR |
Your system is missing OpenCL drivers. |
CL_OUT_OF_RESOURCES |
This is indicates a problem with your OpenCL device (CPU/GPU) or driver. |
Verify that there are no other programs running that consume memory from this OpenCL device (CPU/GPU).
See Memory Leak in .NET to make sure that you dispose of all objects in your script.
Verify that your driver supports OpenCL 1.2 by performing OpenCL Driver Check.
Check GPU Requirements.
If necessary, upgrade your OpenCL device to a a model with more resources.
Ubuntu 20.04 only: Linux 5.8 kernel with Intel GPU as rendering device can give openCL errors.
Downgrade to the LTS(stable) base Linux kernel 5.4 to fix it.
|
CL_MEM_OBJECT_ALLOCATION_FAILURE |
CL_OUT_OF_HOST_MEMORY |
Your computer does not have enough memory to execute the current task. |
Verify that there are no other programs running that consume memory from this OpenCL device (CPU/GPU).
Check GPU Requirements.
If necessary, upgrade your computer’s memory.
|