SChernykh
5fffeed646
RandomX: optimized loading from scratchpad
...
Prefetches scratchpad data as soon as possible to calculate data address for the next load.
Up to ~1.4% speedup on Ryzen 7 3700X @ 4.1 GHz, RAM 3200 MHz 14-14-14-28 with optimized sub-timings:
Variant|Before H/S|After H/S
-------|----------|---------
rx/0|8663|8777
rx/wow|9867|10009
rx/loki|8652|8731
2019-09-11 19:10:01 +02:00
SChernykh
0e34221026
Fix for 272 initialization threads
2019-09-09 08:15:46 +02:00
SChernykh
e2e4fe5f8c
Optimized CFROUND
...
One less micro-op
2019-09-04 20:47:47 +02:00
SChernykh
fffe3c2e10
RandomX optimizations
...
- Optimized soft AES code, up to +30% hashrate on CPU without AES support
- Added prefetch for the first dataset access, up to +0.1% hashrate
2019-09-04 19:24:12 +02:00
XMRig
61c6edddc7
Removed Linux specific code from Windows only ASM file.
2019-08-30 13:49:58 +07:00
Matt Smith
8f4aa6871a
Fix linker marking entire executable as executable stack
...
See: https://wiki.ubuntu.com/SecurityTeam/Roadmap/ExecutableStacks
See: https://wiki.gentoo.org/wiki/Hardened/GNU_stack_quickstart
2019-08-29 14:12:43 +01:00
SChernykh
ab5d1a6cc9
Reverted intrin_portable.h
2019-08-28 07:20:01 +02: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
SChernykh
fc670b2a58
Updated RandomX
2019-08-27 16:12:13 +02:00
XMRig
c644a533f6
Added hugepages support for Argon2.
2019-08-17 13:06:14 +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
e49300b11d
Uniform signature for hugePages method.
2019-08-10 13:14:20 +07:00
XMRig
3b22609ced
Disable HW AES for RandomX on ARM.
2019-08-09 15:36:34 +07:00
XMRig
e9408d659f
Name for reference RandomX configuration changed to rx/text to avoid potential conflicts in future.
2019-08-09 14:26:00 +07:00
XMRig
990dc7dd51
uv_mutex replaced to std::mutex.
2019-08-09 01:00:21 +07:00
XMRig
d134bd24a5
Added L2 information to Algorithm.
2019-08-08 14:03:52 +07:00
XMRig
3c5d27ea09
Added maxIntensity method to Algorithm.
2019-08-07 18:51:32 +07:00
XMRig
1e1363f8ea
#1092 Fixed crash if use wrong affinity on NUMA systems.
2019-08-05 21:55:52 +07:00
XMRig
48afbdf971
Fix for previous commit.
2019-08-05 18:20:56 +07:00
XMRig
f840ccb8a0
Fixed crash and added error message about seed_hash field.
2019-08-05 17:48:12 +07:00
XMRig
651d4326d3
Changed init signature.
2019-08-05 16:00:48 +07:00
XMRig
e40b9deb6d
Always stop mining threads in RandomX dataset change upcoming.
2019-08-02 16:44:55 +07:00
XMRig
39af21b825
Unified memory allocation functions.
2019-08-02 14:44:38 +07:00
XMRig
8719e335b7
Merge branch 'evo' of github.com:xmrig/xmrig into evo
2019-08-01 20:37:23 +07:00
XMRig
98378d072d
Optimized RandomX initialization and switching.
2019-08-01 20:37:05 +07:00
SChernykh
2fb3b8b376
Fix Mac OS X compilation
...
Thanks to @cjdelisle
2019-07-31 10:01:32 +02:00
XMRig
e9e846a413
Replacement for PR #1087
2019-07-31 09:29:09 +07:00
XMRig
93001f6418
Use std::thread and std:mutex instead of uv_thread_t and uv_mutex_t.
2019-07-30 21:25:27 +07:00
XMRig
1c5be3826f
Sync changes.
2019-07-29 15:06:46 +07:00
XMRig
caf0b61155
Merge branch 'evo' into beta
2019-07-29 08:50:47 +07:00
XMRig
876b2ff7a7
Fix hwloc deprecation warnings.
2019-07-28 10:15:20 +07:00
XMRig
4d4ad040d7
Cleanup.
2019-07-28 08:06:50 +07:00
XMRig
4b6b2f1d7d
Added "randomx" object to config.
2019-07-28 07:46:59 +07:00
XMRig
afba358c63
Return correct hugePages count if NUMA mode used.
2019-07-27 21:31:11 +07:00
XMRig
70d9b6e793
Added support for allocate RandomX dataset on each NUMA node.
2019-07-27 19:41:59 +07:00
XMRig
279a12e640
Simplified VirtualMemory::bindToNUMANode.
2019-07-26 17:03:10 +07:00
XMRig
066b1c483d
Special case for Intel CPUs with 1 MB L2 cache per core.
2019-07-26 16:22:44 +07:00
XMRig
9d505ddaf6
Added VirtualMemory::bindToNUMANode
2019-07-26 15:29:06 +07:00
SChernykh
8a896c97e5
Correct buffer size for fillAes4Rx4
...
More bytes than needed were filled.
2019-07-25 16:38:33 +02:00
XMRig
e9db84be14
Fixed crash.
2019-07-25 19:27:12 +07:00
XMRig
b88e5ce20e
Fixed dataset initialization speed on Linux if thread affinity was used.
2019-07-25 19:11:07 +07:00
XMRig
e78c8a564a
Added option "init-threads".
2019-07-25 12:20:59 +07:00
XMRig
9c03bb6ab3
Only intensity=1 allowed for RandomX.
2019-07-21 00:08:13 +07:00
XMRig
db80d1c7bc
Updated algorithms descriptions.
2019-07-20 20:57:37 +07:00
XMRig
ca23430933
"GET /1/threads" replaced to "GET /2/backends".
2019-07-19 04:22:21 +07:00
XMRig
b0d1ee0694
Restored algo field in login request.
2019-07-18 22:35:15 +07:00