Run 3 opencl devices at once
#7
In order to use CPU devices, you need -D 1. In order to use CPU+GPU, you need to use -D 1,2 instead. Do not use -d in this case because you would enable opencl runtimes for the same device but with less dedicated instruction support. It's unclear if -D 1,2 works faster in non-brute force mode because of the 100% cpu bug on NV.


Messages In This Thread
Run 3 opencl devices at once - by Int13h - 11-10-2018, 07:15 PM
RE: Run 3 opencl devices at once - by plaverty9 - 11-10-2018, 07:22 PM
RE: Run 3 opencl devices at once - by royce - 11-10-2018, 07:41 PM
RE: Run 3 opencl devices at once - by erikass - 11-10-2018, 11:46 PM
RE: Run 3 opencl devices at once - by slyexe - 11-10-2018, 11:58 PM
RE: Run 3 opencl devices at once - by royce - 11-10-2018, 11:49 PM
RE: Run 3 opencl devices at once - by atom - 11-11-2018, 03:08 PM
RE: Run 3 opencl devices at once - by royce - 11-11-2018, 03:23 PM
RE: Run 3 opencl devices at once - by Int13h - 11-13-2018, 11:06 AM