- Now the user can also set the local work size (workgroup size)
- In addition the global work size is specified in the command line only
as a multiplier of the local work size.
<<" --list-devices List the detected OpenCL devices and exit."<<endl
<<" --current-block Let the miner know the current block number at configuration time. Will help determine DAG size and required GPU memory."<<endl
<<" --cl-extragpu-mem Set the memory (in MB) you believe your GPU requires for stuff other than mining. Windows rendering e.t.c.."<<endl
<<" --cl-global-work Set the OpenCL global work size. Default is "<<toString(CL_DEFAULT_GLOBAL_WORK_SIZE)<<endl
<<" --cl-local-work Set the OpenCL local work size. Default is "<<toString(CL_DEFAULT_LOCAL_WORK_SIZE)<<endl
<<" --cl-global-work Set the OpenCL global work size as a multiple of the local work size. Default is "<<toString(CL_DEFAULT_GLOBAL_WORK_SIZE_MULTIPLIER)<<" * "<<toString(CL_DEFAULT_LOCAL_WORK_SIZE)<<endl
<<" --cl-ms-per-batch Set the OpenCL target milliseconds per batch (global workgroup size). Default is "<<toString(CL_DEFAULT_MS_PER_BATCH)<<". If 0 is given then no autoadjustment of global work size will happen"<<endl