summaryrefslogtreecommitdiffstats
path: root/doc/tuning.md
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-12-03 14:55:04 +0100
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-12-03 14:55:04 +0100
commitcfe64725f063b63eafbeeef7e57cad7448cb3d15 (patch)
treedc5cd5b9f4bd1cb98e51e163b85e78cfad4edc67 /doc/tuning.md
parentd10d20f1132a3c5d6dc51ed22a0381e460b579e8 (diff)
downloadxmr-stak-cfe64725f063b63eafbeeef7e57cad7448cb3d15.zip
xmr-stak-cfe64725f063b63eafbeeef7e57cad7448cb3d15.tar.gz
set `srided_index = true` as default
Change the default for strided index. Th euser feedback shows that strided_index = true will give a view hashes more per second.
Diffstat (limited to 'doc/tuning.md')
-rw-r--r--doc/tuning.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tuning.md b/doc/tuning.md
index 25c5065..8eeefcb 100644
--- a/doc/tuning.md
+++ b/doc/tuning.md
@@ -86,4 +86,4 @@ export GPU_SINGLE_ALLOC_PERCENT=99
### Scratchpad Indexing
The layout of the hash scratchpad memory can be changed for each GPU with the option `strided_index` in `amd.txt`.
-Try to change the value from the default `false` to `true`.
+Try to change the value from the default `true` to `false`.
OpenPOWER on IntegriCloud