Added command line option --no-cpu
This commit is contained in:
parent
0f05936e63
commit
bdb72684b0
4 changed files with 8 additions and 1 deletions
|
@ -71,6 +71,7 @@ static inline const std::string &usage()
|
|||
|
||||
u += "\nCPU backend:\n";
|
||||
|
||||
u += " --no-cpu disable CPU backend\n";
|
||||
u += " -t, --threads=N number of CPU threads\n";
|
||||
u += " -v, --av=N algorithm variation, 0 auto select\n";
|
||||
u += " --cpu-affinity set process affinity to CPU core(s), mask 0x3 for cores 0 and 1\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue