You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually this features is not developed yet. You can only set your specific GPU device by hard code changing line 461 in secp256k1/src/autolykos.cu from for (int i = 0; i < deviceCount; ++i)
to for (int i = 0; i < deviceCount - 1; ++i)
to the amount of devices you wanna use (for me it is deviceCount - 1 because I want to omit one of my card). And try to compile the source code on your own.
I did it successfully.
WHY this command not select those GPUS?
The text was updated successfully, but these errors were encountered: