02-23-2017, 01:42 AM
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.
Don't detect any device - clGetDeviceIDs(): CL_DEVICE_NOT_FOUND
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Don't detect any device - clGetDeviceIDs(): CL_DEVICE_NOT_FOUND - by Pipeng - 02-22-2017, 11:19 PM
RE: Don't detect any device - clGetDeviceIDs(): CL_DEVICE_NOT_FOUND - by atom - 02-23-2017, 01:42 AM
RE: Don't detect any device - clGetDeviceIDs(): CL_DEVICE_NOT_FOUND - by Pipeng - 02-25-2017, 08:46 AM
RE: Don't detect any device - clGetDeviceIDs(): CL_DEVICE_NOT_FOUND - by atom - 02-25-2017, 12:15 PM
RE: Don't detect any device - clGetDeviceIDs(): CL_DEVICE_NOT_FOUND - by Pipeng - 02-25-2017, 09:47 PM
|