07-22-2020, 05:35 PM
I have downloaded the 'OpenCL Runtime for Intel Core and Intel Xeon Processors' and ran
`sudo ./install.sh`. When I execute the command `hashcat -b -m 0`
I get the following error `clCreateContext(): CL_DEVICE_NOT_AVAILABLE`.
From googling I believe this error is related to OpenCL Runtime, any ideas on how I could solve this?
`
`sudo ./install.sh`. When I execute the command `hashcat -b -m 0`
I get the following error `clCreateContext(): CL_DEVICE_NOT_AVAILABLE`.
From googling I believe this error is related to OpenCL Runtime, any ideas on how I could solve this?
Output from clinfo
`
NULL platform behavior clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) No platform clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) No platform clCreateContext(NULL, ...) [default] No platform clCreateContext(NULL, ...) [other] <checkNullCtx:2308: create context with device from non-default platform : error -2> clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) No platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) No platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) No platform`