Commit Graph

1538 Commits

Author SHA1 Message Date
SChernykh
a3f4d91ad7 Cache QoS: fix for seting MSR 2020-07-13 20:30:44 +02:00
SChernykh
5af50b854c RandomX: added cache QoS support
False by default. If set to true, all non-mining CPU cores will not have access to L3 cache.
2020-07-13 17:23:18 +02:00
Jim Huang
3343e373e8 Adopt new SSE2NEON and reduce ARM-specific changes
This patch updated SSE2NEON [1], which contains more functions
provided by Intel intrinsics, only implemented with NEON-based
counterparts to produce the exact semantics of the intrinsics.
Consequently, ARM-specific changes against CryptoNight_arm can
be reduced as well.

[1] https://github.com/DLTcollab/sse2neon/
2020-07-11 01:55:11 +08:00
XMRig
8726bf1494 v6.2.4-dev 2020-07-10 03:12:00 +07:00
XMRig
2f65f7f691 v6.2.3 2020-07-09 22:24:35 +07:00
SChernykh
08d71d5144 RandomX: tweaked Ryzen code
Very small speedup
2020-07-05 16:06:59 +02:00
xmrig
7a8fc700a2 Merge pull request #1763 from SChernykh/dev
KawPow: fixed more duplicate share errors
2020-07-04 02:37:03 +07:00
SChernykh
bb87e9008c KawPow: fixed more duplicate share errors 2020-07-03 21:33:44 +02:00
XMRig
5d644ef919 Fix tab/space inconsistency. 2020-07-03 21:36:06 +07:00
XMRig
abdc3effb6 #1754 Fixed GPU health readings for pre Vega GPUs. 2020-07-03 21:14:21 +07:00
SChernykh
119a065424 Fix typo 2020-07-02 14:29:52 +02:00
SChernykh
d2d8fd48b9 KawPow: fixed rare duplicate share errors 2020-07-02 11:36:31 +02:00
XMRig
1fa122dbdd #1756 Added results and connection reports. 2020-07-01 23:10:37 +07:00
SChernykh
aa48c64a05 Fixed DAG initialization on slower AMD GPUs
Display driver could reset on GPUs with screen connected.
2020-06-30 16:53:56 +02:00
SChernykh
038629c093 Print error message when MSR mod fails
Make sure user knows that hashrate is worse than it could be.
2020-06-26 19:54:06 +02:00
SChernykh
683ca745a8 KawPow: optimized CPU share verification
- 2 times faster CPU share verification (11 -> 5 ms)
- 1.5 times faster light cache initialization
2020-06-26 12:31:26 +02:00
XMRig
b439b9cfca Merge branch 'dev' of https://github.com/SChernykh/xmrig into dev 2020-06-23 19:12:34 +07:00
XMRig
7c3ee96f79 v6.2.3-dev 2020-06-23 19:05:54 +07:00
SChernykh
cf1ee9b3d4 Fixed AstroBWT OpenCL compilation on some systems 2020-06-23 13:55:43 +02:00
XMRig
7c624feb3f #1742 Fixed crash when use HTTP API. 2020-06-23 16:17:06 +07:00
XMRig
9636d6e4a5 v6.2.1 2020-06-23 11:26:38 +07:00
XMRig
c166623419 Merge branch 'dev' into evo 2020-06-18 11:18:30 +07:00
XMRig
4a2940951c Fixed AMD GPU health readings on Linux. 2020-06-18 11:16:26 +07:00
SChernykh
ccb6cce3f0 Fixed NiceHash disconnects for KawPow 2020-06-12 14:08:00 +02:00
SChernykh
5730b7fd27 Show GPU # when compute error happens 2020-06-11 19:48:53 +02:00
SChernykh
3292679e66 KawPow: fixed crash on old CPUs
- Use `popcnt` instruction only when it's supported
2020-06-10 21:49:43 +02:00
XMRig
220a71fe61 Merge branch 'dev' into evo 2020-06-10 23:15:27 +07:00
XMRig
0682b93bd0 #1728 Fixed x86 crash on Windows. 2020-06-10 23:09:11 +07:00
XMRig
e72a3ccb52 Merge branch 'dev' into evo 2020-06-10 00:58:29 +07:00
XMRig
44c4d42b15 v5.11.4-dev 2020-06-10 00:55:15 +07:00
XMRig
63a3d8472c Merge branch 'master' into dev 2020-06-10 00:49:58 +07:00
SChernykh
e6f454f37d Fixed detection of AVX2/AVX512 2020-06-09 17:47:23 +02:00
SChernykh
4f0ff0c6b9 Disabled AVX-512F for Argon2
See #1722
2020-06-09 13:53:14 +02:00
XMRig
8972a2b9ff v6.2.0-beta 2020-06-09 00:18:22 +07:00
XMRig
d4beac932c v5.11.3 2020-06-09 00:16:33 +07:00
XMRig
a4032b9f4f Merge branch 'dev' into evo 2020-06-07 21:25:31 +07:00
SChernykh
63dd56831e Fixed GCC 10.1 issues
- Fixed uninitialized `state->x` warning
- Fixed broken code with `-O3` or `-Ofast`
2020-06-07 16:23:17 +02:00
XMRig
6fde2cc703 Merge branch 'dev' into evo 2020-06-07 20:15:12 +07:00
XMRig
78f82d012a Merge branch 'noexecstack' of https://github.com/gentoo-monero/xmrig into dev 2020-06-07 20:11:37 +07:00
Matt Smith
6a0f170269 Stop linker from making stack executable
Add .note.GNU-stack section to end of AstroBWT ASM.

Signed-off-by: Matt Smith <matt@offtopica.uk>
2020-06-07 13:57:37 +01:00
XMRig
de06c114a5 Add "cn/conceal" alias for hashvault.pro pool. 2020-06-07 15:22:05 +07:00
XMRig
2c6723f3aa v6.2.0-evo 2020-06-07 15:13:46 +07:00
XMRig
b54d592c24 Merge branch 'beta' into evo 2020-06-07 15:10:13 +07:00
SChernykh
2ab164caf2 Conceal (CCX) support 2020-06-07 01:01:45 +02:00
XMRig
e60ae764ac v6.0.1-beta 2020-06-06 15:09:41 +07:00
XMRig
5cf7fb0e4c #1708 Added "title" option. 2020-06-06 00:24:58 +07:00
XMRig
a5442dbcb2 Merge branch 'evo' of https://github.com/SChernykh/xmrig into pr1713 2020-06-05 19:17:01 +07:00
XMRig
21381c297a Add tag to error message. 2020-06-05 19:02:32 +07:00
SChernykh
9fd7f42e95 Reduced memory for KawPow 2020-06-05 14:01:49 +02:00
xmrig
9a7543d129 Merge pull request #1711 from SChernykh/evo
Print errors from KawPow DAG initialization
2020-06-05 15:55:42 +07:00