1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-27 08:22:38 -04:00

Implemented cn1 kernel launch.

This commit is contained in:
XMRig
2019-09-01 09:34:37 +07:00
parent fdaa0b7ba1
commit 138304ff51
9 changed files with 1062 additions and 981 deletions

View File

@@ -7,6 +7,7 @@ if (WITH_OPENCL)
src/backend/opencl/cl/OclSource.h
src/backend/opencl/interfaces/IOclRunner.h
src/backend/opencl/kernels/Cn0Kernel.h
src/backend/opencl/kernels/Cn1Kernel.h
src/backend/opencl/OclBackend.h
src/backend/opencl/OclCache.h
src/backend/opencl/OclConfig.h
@@ -28,6 +29,7 @@ if (WITH_OPENCL)
set(SOURCES_BACKEND_OPENCL
src/backend/opencl/cl/OclSource.cpp
src/backend/opencl/kernels/Cn0Kernel.cpp
src/backend/opencl/kernels/Cn1Kernel.cpp
src/backend/opencl/OclBackend.cpp
src/backend/opencl/OclCache.cpp
src/backend/opencl/OclConfig.cpp