Commit Graph

2308 Commits

Author SHA1 Message Date
SChernykh
682e893388 Fixed race condition in RandomX thread init
Thread could deadlock if it started before dataset struct was allocated.
2019-08-28 18:28:04 +02:00
SChernykh
ab5d1a6cc9 Reverted intrin_portable.h 2019-08-28 07:20:01 +02:00
XMRig
18988f5ff0 Added Cn0Kernel and OclKernel classes. 2019-08-28 08:57:55 +07:00
XMRig
1d2bff4de0 Initial stub for setting job in OpenCL backend. 2019-08-28 02:05:19 +07:00
SChernykh
d8f78c1d19 Optimized RandomX JIT compiler
Hashrate improved by 0.5-1.5% depending on RandomX version and CPU.
2019-08-27 20:18:56 +02:00
XMRig
716669ff96 Use external script to prepare OpenCL source. 2019-08-28 00:33:49 +07:00
SChernykh
fc670b2a58 Updated RandomX 2019-08-27 16:12:13 +02:00
XMRig
5588fa13c6 Removed cn/wow algorithm (coin forked to rx/wow). 2019-08-27 09:34:08 +07:00
XMRig
897f08183b Restored OclCache. 2019-08-27 06:31:40 +07:00
XMRig
684321a7f2 Added classes IOclRunner, OclBaseRunner, OclCnRunner, OclRxRunner. 2019-08-26 04:44:01 +07:00
XMRig
be5caf0701 Added OpenCL source. 2019-08-25 23:06:04 +07:00
XMRig
b8982a4652 Start mining threads only after RandomX dataset initialization. 2019-08-25 20:28:15 +07:00
XMRig
bfd749a914 Make CpuLaunchStatus more high level. 2019-08-25 16:47:25 +07:00
XMRig
c1e21618ab Improved detailed hashrate report. 2019-08-25 04:14:34 +07:00
XMRig
fe5832bfc6 Added OclWorker class. 2019-08-25 03:50:49 +07:00
XMRig
a8e913e784 Added OclContext class. 2019-08-24 14:58:50 +07:00
XMRig
33f91c2d3c Added OclCache class stub. 2019-08-24 04:02:18 +07:00
XMRig
c26b823761 Implemented OclLaunchData creation. 2019-08-24 00:14:41 +07:00
XMRig
fa1d1dfaf1 Extended information about OpenCL devices. 2019-08-23 20:19:55 +07:00
XMRig
e9cb208168 Print OpenCL platform and devices in summary. 2019-08-23 17:28:48 +07:00
XMRig
f2f997cef4 Special handle for cn/2 based algorithms. 2019-08-23 00:56:51 +07:00
XMRig
dd52e4de02 #1133 Fixed syslog regression. 2019-08-23 00:16:11 +07:00
XMRig
c23a6f7a29 Added OclDevice and partially autoconfig. 2019-08-22 22:39:36 +07:00
XMRig
609dbbe403 Added platform option. 2019-08-19 22:35:58 +07:00
XMRig
1f4bd5333d v3.1.1-dev 2019-08-19 04:26:37 +07:00
XMRig
cacb259fda v3.1.0 2019-08-19 03:06:02 +07:00
XMRig
ffa69921dc Improved --print-platforms option. 2019-08-19 02:49:43 +07:00
XMRig
3f0ede6345 Added OclPlatform class. 2019-08-18 04:36:34 +07:00
XMRig
56aaf271f2 Move files. 2019-08-18 04:02:31 +07:00
XMRig
56141741ac Added ConfigPrivate class. 2019-08-18 01:01:28 +07:00
XMRig
f9bdd6ae93 Merge branch 'dev' into feature-opencl 2019-08-17 23:33:48 +07:00
XMRig
c902b32e2e Updated default config. 2019-08-17 21:22:44 +07:00
XMRig
f26c7de83e Simplified argon2/CMakeLists.txt. 2019-08-17 19:16:37 +07:00
XMRig
d9868ce0be v3.1.0-dev 2019-08-17 15:30:22 +07:00
XMRig
c644a533f6 Added hugepages support for Argon2. 2019-08-17 13:06:14 +07:00
XMRig
7927bda4a8 Removed threads support from Argon2. 2019-08-17 12:33:08 +07:00
XMRig
e493e83e07 Fixed typo. 2019-08-17 05:31:49 +07:00
XMRig
bb10897271 Use unsigned type for intensity. 2019-08-17 05:22:09 +07:00
XMRig
ee330f376c Fixed bug in aliases logic. 2019-08-17 04:52:33 +07:00
XMRig
b4ea93d82d Added version field to config file. 2019-08-17 04:27:37 +07:00
XMRig
e747f8b06c Added MSVC support for Argon2. 2019-08-17 04:01:53 +07:00
XMRig
9861f9eadd Added selection for optimized Argon2 implementation. 2019-08-17 01:42:03 +07:00
XMRig
3660216ebc Fix prefix. 2019-08-16 04:16:29 +07:00
XMRig
54994d361b Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
XMRig
faf18262eb Added generic Argon2 implementation (conflicts with RandomX). 2019-08-16 00:31:29 +07:00
XMRig
b55b97ff8f v3.0.1-dev 2019-08-15 01:17:13 +07:00
XMRig
d1154ba6dd v3.0.0 2019-08-14 23:06:01 +07:00
XMRig
75d3eadcfc Hide AVX2 information from miner summary as not important (only need for cn/gpu). 2019-08-14 02:27:52 +07:00
XMRig
904314bcbc Fixed user job recovery after donation round. 2019-08-14 02:23:48 +07:00
XMRig
dcff5696bf Added OclBackend, OclConfig, OclLaunchData, OclThread and OclThreads stubs. 2019-08-13 19:47:22 +07:00