summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/amd/amd_gpu/gpu.hpp
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-10-27 15:07:48 +0100
committerGitHub <noreply@github.com>2017-10-27 15:07:48 +0100
commit847831e5f11a31bf2b04bc737534b08d1bb18e91 (patch)
tree1d61261de24917fd46e74d91690cc70d06958052 /xmrstak/backend/amd/amd_gpu/gpu.hpp
parent712f7b7bdb02d05aaffc5f70817aeb1edd17a2b3 (diff)
parent8888a608987c85870a99bfa99bd6980018288666 (diff)
downloadxmr-stak-847831e5f11a31bf2b04bc737534b08d1bb18e91.zip
xmr-stak-847831e5f11a31bf2b04bc737534b08d1bb18e91.tar.gz
Merge pull request #68 from psychocrypt/topic-amdUse64bitTarget
amd: use 64bit target
Diffstat (limited to 'xmrstak/backend/amd/amd_gpu/gpu.hpp')
-rw-r--r--xmrstak/backend/amd/amd_gpu/gpu.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/backend/amd/amd_gpu/gpu.hpp b/xmrstak/backend/amd/amd_gpu/gpu.hpp
index c2d708d..123de01 100644
--- a/xmrstak/backend/amd/amd_gpu/gpu.hpp
+++ b/xmrstak/backend/amd/amd_gpu/gpu.hpp
@@ -45,7 +45,7 @@ int getAMDPlatformIdx();
std::vector<GpuContext> getAMDDevices(int index);
size_t InitOpenCL(GpuContext* ctx, size_t num_gpus, size_t platform_idx);
-size_t XMRSetJob(GpuContext* ctx, uint8_t* input, size_t input_len, uint32_t target);
+size_t XMRSetJob(GpuContext* ctx, uint8_t* input, size_t input_len, uint64_t target);
size_t XMRRunJob(GpuContext* ctx, cl_uint* HashOutput);
OpenPOWER on IntegriCloud