Skip to content
Snippets Groups Projects
Commit 3216b47f authored by dangrabbits's avatar dangrabbits
Browse files

Updated config.tpl comments to include how to exclude CPU/GPUs

parent 2ae7260b
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,9 @@ R"===( ...@@ -12,6 +12,9 @@ R"===(
* [ * [
* { "index" : 0, "intensity" : 1000, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : true }, * { "index" : 0, "intensity" : 1000, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : true },
* ], * ],
* If you do not wish to mine with your AMD GPU(s) then use:
* "gpu_threads_conf" :
* null,
*/ */
"gpu_threads_conf" : [ "gpu_threads_conf" : [
......
...@@ -24,6 +24,9 @@ R"===( ...@@ -24,6 +24,9 @@ R"===(
* { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 }, * { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 },
* { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 1 }, * { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 1 },
* ], * ],
* If you do not wish to mine with your CPU(s) then use:
* "cpu_threads_conf" :
* null,
*/ */
"cpu_threads_conf" : "cpu_threads_conf" :
......
...@@ -26,6 +26,9 @@ R"===( ...@@ -26,6 +26,9 @@ R"===(
* "affine_to_cpu" : false, "sync_mode" : 3, * "affine_to_cpu" : false, "sync_mode" : 3,
* }, * },
* ], * ],
* If you do not wish to mine with your nVidia GPU(s) then use:
* "gpu_threads_conf" :
* null,
*/ */
"gpu_threads_conf" : "gpu_threads_conf" :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment