Commit Graph

72 Commits

Author SHA1 Message Date
XMRig
2771cf3582 Add 3rdparty prefix to all rapidjson includes. 2020-04-29 14:55:04 +07:00
XMRig
4f14ca77d7 Move CnAlgo 2020-04-23 12:34:26 +07:00
XMRig
ed44b0c009 Move files. 2020-03-09 01:22:34 +07:00
XMRig
0a60a931fc Added printHealth to IBackend interface. 2020-02-14 01:11:53 +07:00
XMRig
e00a4c9daf Fixed nicehash nonce overflow for CPU backend. 2020-02-06 17:19:08 +07:00
XMRig
e7c4b1d0c2 Fixed memory allocation checks. 2019-12-25 04:39:21 +07:00
XMRig
280618a9eb Memory allocation refactoring. 2019-12-08 23:17:39 +07:00
XMRig
5d6abe4ae6 #1386 Added priority for RandomX dataset initialization threads. 2019-12-06 22:17:04 +07:00
SChernykh
0a5c12295d Added 1GB hugepages support for Linux 2019-12-05 19:39:47 +01:00
XMRig
9200b3f7e3 Use normalize for load average values. 2019-12-04 10:25:26 +07:00
SChernykh
4b0f3fab83 RandomX fixes
Intel JCC erratum fix and various other improvements, see more here: https://www.phoronix.com/scan.php?page=article&item=intel-jcc-microcode&num=1
2019-12-01 08:46:35 +01:00
XMRig
b7e1d97d93 Added option "mode" (or --randomx-mode) for RandomX. 2019-11-29 13:00:17 +07:00
XMRig
666e4238ac #1309 Fixed null pointer dereference. 2019-11-24 00:53:58 +07:00
SChernykh
321a0b882f Optimized hashrate calculation 2019-11-09 17:29:12 +01:00
XMRig
70acc63349 Added manual (e key) health reports. 2019-11-01 00:09:28 +07:00
XMRig
2872c4737a Display backend for shares. 2019-10-29 15:43:13 +07:00
XMRig
97f9364dc6 Added CudaWorker and CudaLaunchData. 2019-10-26 17:37:54 +07:00
XMRig
041fbc572e Added initial CUDA backend stub. 2019-10-23 16:37:56 +07:00
XMRig
8594622dd0 Improved CPU profile generation. 2019-10-09 12:58:11 +07:00
XMRig
8ecedc8250 Improved OpenCL profile generation, don't create unnecessary (equal to main profile) profiles. 2019-10-09 11:11:43 +07:00
XMRig
78d87138d5 Fixed Linux build. 2019-10-07 13:37:12 +07:00
XMRig
dd0f924bff Added initial memory pool support. 2019-10-07 12:36:40 +07:00
XMRig
f9f5b8a716 Added interface IRxStorage and RxBasicStorage class. 2019-10-04 08:45:13 +07:00
XMRig
c452846a6a #1212 Fixed RandomX dataset re-initialization. 2019-10-02 06:35:49 +07:00
XMRig
255f6cff6b Added config option "cpu/max-threads-hint" and command line option "--cpu-max-threads-hint". 2019-09-28 02:02:20 +07:00
XMRig
68cec11663 Reduced PciTopology class size. 2019-09-27 01:03:37 +07:00
XMRig
c0d3d9686d Fixed potential truncation. 2019-09-24 00:03:50 +07:00
XMRig
314168eb44 Extended OpenCL threads information. 2019-09-22 02:10:14 +07:00
XMRig
e9d7648fdb Added global backends hashrate to "GET /2/backends" endpoint. 2019-09-20 14:15:35 +07:00
XMRig
d1d0ed7fe2 Allow partially started threads. 2019-09-17 02:22:59 +07:00
XMRig
4223e282d6 Improved thread self test error message. 2019-09-16 01:27:51 +07:00
XMRig
c4b49d4213 OpenCL RandomX WIP 2019-09-11 15:48:02 +07:00
XMRig
61d8686ca5 Restored OpenCL interleave. 2019-09-06 11:43:02 +07:00
XMRig
65f5806367 Implemented cn0 kernel launch. 2019-09-01 07:05:49 +07:00
XMRig
897f08183b Restored OclCache. 2019-08-27 06:31:40 +07:00
XMRig
b8982a4652 Start mining threads only after RandomX dataset initialization. 2019-08-25 20:28:15 +07:00
XMRig
fe5832bfc6 Added OclWorker class. 2019-08-25 03:50:49 +07:00
XMRig
fa1d1dfaf1 Extended information about OpenCL devices. 2019-08-23 20:19:55 +07:00
XMRig
f2f997cef4 Special handle for cn/2 based algorithms. 2019-08-23 00:56:51 +07:00
XMRig
c23a6f7a29 Added OclDevice and partially autoconfig. 2019-08-22 22:39:36 +07:00
XMRig
f9bdd6ae93 Merge branch 'dev' into feature-opencl 2019-08-17 23:33:48 +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
faf18262eb Added generic Argon2 implementation (conflicts with RandomX). 2019-08-16 00:31:29 +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
XMRig
8f070d7648 More flexible API handling for mining backends. 2019-08-13 02:38:10 +07:00
XMRig
3c5d27ea09 Added maxIntensity method to Algorithm. 2019-08-07 18:51:32 +07:00
XMRig
3af6b81ea2 Added alternative object format for CPU threads. 2019-08-07 18:12:39 +07:00
XMRig
c118117abb Added class CpuThreads. 2019-08-07 16:13:23 +07:00