#1285 Added command line options --cuda-bfactor-hint and --cuda-bsleep-hint.

This commit is contained in:
XMRig
2019-11-15 03:10:58 +07:00
parent e67b22467f
commit 5c3ce370e3
5 changed files with 16 additions and 0 deletions

View File

@@ -108,6 +108,8 @@ static const option options[] = {
{ "cuda", 0, nullptr, IConfig::CudaKey },
{ "cuda-loader", 1, nullptr, IConfig::CudaLoaderKey },
{ "cuda-devices", 1, nullptr, IConfig::CudaDevicesKey },
{ "cuda-bfactor-hint", 1, nullptr, IConfig::CudaBFactorKey },
{ "cuda-bsleep-hint", 1, nullptr, IConfig::CudaBSleepKey },
# endif
# ifdef XMRIG_FEATURE_NVML
{ "no-nvml", 0, nullptr, IConfig::NvmlKey },