oclHashcat benchmark with Apple CPU + GPU
#4
You are confusing --opencl-device-type for --opencl-devices. When you specify ''--opencl-device-type 3'' you're telling oclHashcat to only use devices which present themselves as CL_DEVICE_TYPE_ACCELERATOR (3) when you want CL_DEVICE_TYPE_GPU (2). So if you want to run on only your Nvidia GPU, you would use ''--opencl-device-type 2 --opencl-devices 3''.


Messages In This Thread
RE: oclHashcat benchmark with Apple CPU + GPU - by epixoip - 02-01-2016, 07:45 AM