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
cout << " -cpu_n 3 Number of CPU workers. Default is detected number of cores." << endl;
#ifdef GPU
cout << " -gpu_time 1500 How long GPU kernel allowed to work, in milliseconds. \n 1500 - a bit faster, 50 - a bit slower, but windows is more responsive. \n Default 100." << endl;
cout << " -gpu_mask 15 Enable/disable GPUs. 1 - to use first GPU, 2- 2nd, 4-3rd,\n e.t.c You may combine values. GPUs over 32th are always used ;-)." << endl;
#endif
#ifdef CUDA
cout << " -thread_n 128 | Might increase speed on GTX260 and later." << endl;