#1274 Added --cuda-devices command line option.

This commit is contained in:
XMRig
2019-11-13 00:40:22 +07:00
parent 5663e5d931
commit e326a657d1
10 changed files with 61 additions and 25 deletions

View File

@@ -107,6 +107,7 @@ static const option options[] = {
# ifdef XMRIG_FEATURE_CUDA
{ "cuda", 0, nullptr, IConfig::CudaKey },
{ "cuda-loader", 1, nullptr, IConfig::CudaLoaderKey },
{ "cuda-devices", 1, nullptr, IConfig::CudaDevicesKey },
# endif
# ifdef XMRIG_FEATURE_NVML
{ "no-nvml", 0, nullptr, IConfig::NvmlKey },