Don't detect any device - clGetDeviceIDs(): CL_DEVICE_NOT_FOUND
#2
Do not confuse CUDA and OpenCL, it's two different things. Old version used CUDA, that's why it worked. New version uses OpenCL, and your error it's an OpenCL error. So probably you did not install OpenCL correctly.


Messages In This Thread
RE: Don't detect any device - clGetDeviceIDs(): CL_DEVICE_NOT_FOUND - by atom - 02-23-2017, 01:42 AM