diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-12-04 15:47:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-04 15:47:31 +0000 |
commit | a78b62d19756865879c54eac00c1c3f4d983d3a1 (patch) | |
tree | dc5cd5b9f4bd1cb98e51e163b85e78cfad4edc67 /xmrstak/backend/amd/amd_gpu/gpu.hpp | |
parent | 9c6bb11026de14c1a8d9eaecf5e70517d7a903e5 (diff) | |
parent | cfe64725f063b63eafbeeef7e57cad7448cb3d15 (diff) | |
download | xmr-stak-a78b62d19756865879c54eac00c1c3f4d983d3a1.zip xmr-stak-a78b62d19756865879c54eac00c1c3f4d983d3a1.tar.gz |
Merge pull request #315 from psychocrypt/topic-amdScratchpadIndexing
add AMD scratchpad indexing option
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 abbd08d..c17bac1 100644 --- a/xmrstak/backend/amd/amd_gpu/gpu.hpp +++ b/xmrstak/backend/amd/amd_gpu/gpu.hpp @@ -24,6 +24,7 @@ struct GpuContext size_t deviceIdx; size_t rawIntensity; size_t workSize; + int stridedIndex; /*Output vars*/ cl_device_id DeviceID; |