xmrig/src/backend/opencl
SChernykh 14ef99ca67 AstroBWT algorithm (DERO) support
To test:

- Download https://github.com/deroproject/derosuite/releases/tag/AstroBWT
- Run daemon with `--testnet` in command line

In config.json:
- "coin":"dero"
- "url":"127.0.0.1:30306"
- "daemon:"true"
2020-02-29 22:41:24 +01:00
..
cl AstroBWT algorithm (DERO) support 2020-02-29 22:41:24 +01:00
generators Update year. 2020-02-14 02:41:21 +07:00
interfaces Allow partially started threads. 2019-09-17 02:22:59 +07:00
kernels Update year. 2020-02-14 02:41:21 +07:00
runners Update year. 2020-02-14 02:41:21 +07:00
wrappers Added AMD GPUs health information for Linux (via sysfs). 2020-02-14 23:37:44 +07:00
OclBackend.cpp Added printHealth to IBackend interface. 2020-02-14 01:11:53 +07:00
OclBackend.h Added printHealth to IBackend interface. 2020-02-14 01:11:53 +07:00
OclCache.cpp OpenCL RandomX WIP 2019-09-11 15:48:02 +07:00
OclCache.h OpenCL RandomX WIP 2019-09-11 15:48:02 +07:00
OclCache_unix.cpp Restored OclCache. 2019-08-27 06:31:40 +07:00
OclCache_win.cpp Restored OclCache. 2019-08-27 06:31:40 +07:00
OclConfig.cpp Fixed wrong OpenCL platform on macOS. 2020-02-15 04:32:32 +07:00
OclConfig.h Fixed wrong OpenCL platform on macOS. 2020-02-15 04:32:32 +07:00
OclConfig_gen.h Fixed regression. 2019-10-11 23:21:02 +07:00
OclGenerator.h Split config generator to separated files. 2019-09-06 19:38:22 +07:00
OclLaunchData.cpp Allow use old CUDA plugin. 2019-12-20 21:10:13 +07:00
OclLaunchData.h RandomX dataset specific code moved into OclSharedData class. 2019-09-30 06:59:44 +07:00
OclThread.cpp Added command line option --opencl-devices (hint mode) 2019-09-24 23:01:03 +07:00
OclThread.h Added autoconfig stub for RandomX. 2019-09-12 15:21:14 +07:00
OclThreads.cpp Implemented CUDA config generation. 2019-10-26 03:12:55 +07:00
OclThreads.h Improved OpenCL profile generation, don't create unnecessary (equal to main profile) profiles. 2019-10-09 11:11:43 +07:00
OclWorker.cpp Fixed nicehash nonce overflow for GPU backends. 2020-02-06 22:00:03 +07:00
OclWorker.h Fixed nicehash nonce overflow for GPU backends. 2020-02-06 22:00:03 +07:00
opencl.cmake Added AMD GPUs health information for Linux (via sysfs). 2020-02-14 23:37:44 +07:00