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/amd_gpu/gpu.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/amd_gpu/gpu.hpp')
-rw-r--r-- | xmrstak/backend/amd/amd_gpu/gpu.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmrstak/backend/amd/amd_gpu/gpu.hpp b/xmrstak/backend/amd/amd_gpu/gpu.hpp index c17bac1..abfad5c 100644 --- a/xmrstak/backend/amd/amd_gpu/gpu.hpp +++ b/xmrstak/backend/amd/amd_gpu/gpu.hpp @@ -25,6 +25,7 @@ struct GpuContext size_t rawIntensity; size_t workSize; int stridedIndex; + int memChunk; /*Output vars*/ cl_device_id DeviceID; |