xmrig-minimized/src/backend/opencl
Chris 7f2771b466 Fixed Algorithm id
Algorithm id should be 0x72151267, second and third byte encode L3 and L2 size.
0x72 = 'r'
0x15 = 1 << 0x15 (L3 size)
0x12 = 1 << 0x12 (L2 size)
0x67 = 'g'
2021-08-27 10:31:36 -06:00
..
cl Fixed Algorithm id 2021-08-27 10:31:36 -06:00
generators Implemented stable algorithm ids. 2021-08-11 03:46:34 +07:00
interfaces KawPow: reduced stale/expired shares 2020-05-31 18:22:21 +02:00
kernels Cryptonight OpenCL: fix for long input data 2020-07-16 10:39:32 +02:00
runners Implemented stable algorithm ids. 2021-08-11 03:46:34 +07:00
wrappers Added reference to limits.h in AdlLib_linux.cpp 2021-03-11 11:50:05 +01:00
OclBackend.cpp Restore Hashrate class interface. 2020-12-05 11:09:25 +07:00
OclBackend.h Added Benchmark class. 2020-10-17 04:03:42 +07:00
OclCache_unix.cpp Restored OclCache. 2019-08-27 06:31:40 +07:00
OclCache_win.cpp Change cases of Windows include file and link library 2020-05-13 21:00:52 +08:00
OclCache.cpp Move files. 2020-03-09 01:22:34 +07:00
OclCache.h Move files. 2020-03-09 01:22:34 +07:00
OclConfig_gen.h Removed duplicate strings. 2021-08-11 22:07:43 +07:00
OclConfig.cpp Added support for Uplexa (cn/upx2 algorithm) 2021-04-17 14:53:42 +02:00
OclConfig.h Fixed wrong OpenCL platform on macOS. 2020-02-15 04:32:32 +07:00
OclGenerator.h Split config generator to separated files. 2019-09-06 19:38:22 +07:00
OclLaunchData.cpp Move files. 2020-03-09 01:22:34 +07:00
OclLaunchData.h Removed m_bench field from Job class. 2020-10-16 20:29:11 +07:00
OclThread.cpp KawPow: tuned work group size for OpenCL 2020-05-28 10:58:06 +02:00
OclThread.h KawPow: tuned work group size for OpenCL 2020-05-28 10:58:06 +02:00
OclThreads.cpp Add 3rdparty prefix to all rapidjson includes. 2020-04-29 14:55:04 +07:00
OclThreads.h Add 3rdparty prefix to all rapidjson includes. 2020-04-29 14:55:04 +07:00
OclWorker.cpp AstroBWT OpenCL fixes 2020-12-27 16:44:35 +01:00
OclWorker.h Added GpuWorker class. 2020-12-04 22:25:28 +07:00
opencl.cmake Better scripts/build.*.sh compatibility. 2020-08-23 15:46:56 +07:00