diff options
author | psychocrypt <psychocryptHPC@gmail.com> | 2018-02-21 22:23:00 +0100 |
---|---|---|
committer | psychocrypt <psychocryptHPC@gmail.com> | 2018-02-21 22:41:43 +0100 |
commit | dc4e3793454a8ac7ae85704e7997d878c378b0aa (patch) | |
tree | 2f2d316f8936770d34d2523fdea3c5ae5f21534c /xmrstak/backend/amd/config.tpl | |
parent | 0ad614836e53c4bab8bca8ea0088cd41f7d6d574 (diff) | |
download | xmr-stak-dc4e3793454a8ac7ae85704e7997d878c378b0aa.zip xmr-stak-dc4e3793454a8ac7ae85704e7997d878c378b0aa.tar.gz |
fix broken memchunk feature
fix double definition of define `MEM_CHUNK`
Diffstat (limited to 'xmrstak/backend/amd/config.tpl')
-rw-r--r-- | xmrstak/backend/amd/config.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/backend/amd/config.tpl b/xmrstak/backend/amd/config.tpl index 84251c7..28855f0 100644 --- a/xmrstak/backend/amd/config.tpl +++ b/xmrstak/backend/amd/config.tpl @@ -19,7 +19,7 @@ R"===( * in this case set the intensity to a multiple of the worksize or activate comp_mode. * "gpu_threads_conf" : * [ - * { "index" : 0, "intensity" : 1000, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : true, "mem_chunk" : 4, "comp_mode" : true }, + * { "index" : 0, "intensity" : 1000, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : true, "mem_chunk" : 2, "comp_mode" : true }, * ], * If you do not wish to mine with your AMD GPU(s) then use: * "gpu_threads_conf" : |