diff options
author | psychocrypt <psychocryptHPC@gmail.com> | 2018-02-17 20:51:55 +0100 |
---|---|---|
committer | psychocrypt <psychocryptHPC@gmail.com> | 2018-02-17 20:51:55 +0100 |
commit | 737185ee82bae05953680b1f4c4cdf8646c51b5a (patch) | |
tree | c9af561f9e47488f7e0bc6a79e7a0f15ad991500 /xmrstak/backend/amd/jconf.hpp | |
parent | 29bac54912faa1090f34f3fb5e23cb018f2c36e1 (diff) | |
download | xmr-stak-737185ee82bae05953680b1f4c4cdf8646c51b5a.zip xmr-stak-737185ee82bae05953680b1f4c4cdf8646c51b5a.tar.gz |
AMD: `mem_chunk`and new `strided_index`
- add new option for `strided_index`
- add additional option if `strided_index == 2` to controll the memory chunk with
Diffstat (limited to 'xmrstak/backend/amd/jconf.hpp')
-rw-r--r-- | xmrstak/backend/amd/jconf.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmrstak/backend/amd/jconf.hpp b/xmrstak/backend/amd/jconf.hpp index ee1882a..91e5d0d 100644 --- a/xmrstak/backend/amd/jconf.hpp +++ b/xmrstak/backend/amd/jconf.hpp @@ -26,7 +26,8 @@ public: size_t intensity; size_t w_size; long long cpu_aff; - bool stridedIndex; + int stridedIndex; + int memChunk; }; size_t GetThreadCount(); |