#1285 Added command line options --cuda-bfactor-hint and --cuda-bsleep-hint.
This commit is contained in:
parent
79f4685d9a
commit
aeb2c6e8ec
5 changed files with 16 additions and 0 deletions
|
@ -113,6 +113,8 @@ static inline const std::string &usage()
|
|||
u += " --cuda enable CUDA mining backend\n";
|
||||
u += " --cuda-loader=PATH path to CUDA plugin (xmrig-cuda.dll or libxmrig-cuda.so)\n";
|
||||
u += " --cuda-devices=N comma separated list of CUDA devices to use\n";
|
||||
u += " --cuda-bfactor-hint=N bfactor hint for autoconfig (0-12)\n";
|
||||
u += " --cuda-bsleep-hint=N bsleep hint for autoconfig\n";
|
||||
# endif
|
||||
# ifdef XMRIG_FEATURE_NVML
|
||||
u += " --no-nvml disable NVML (NVIDIA Management Library) support\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue