Commit Graph

1456 Commits

Author SHA1 Message Date
XMRig
3c06e36538 Update hwloc for MSVC builds. 2020-05-22 20:47:12 +07:00
XMRig
b6dbd4f431 Removed unnecessary check. 2020-05-09 01:36:57 +07:00
XMRig
d5096b0547 Fix build. 2020-05-09 01:26:05 +07:00
XMRig
e81a7ad64a Removed code duplicate. 2020-05-09 01:13:46 +07:00
XMRig
46bff5bb84 Fix ARM build. 2020-05-08 23:42:53 +07:00
XMRig
99a28d8b96 Fix build. 2020-05-08 23:05:44 +07:00
XMRig
b364985789 ICpuInfo refactoring. 2020-05-08 22:25:13 +07:00
XMRig
ddaa6b648f Fix memory leak. 2020-05-05 16:05:50 +07:00
XMRig
04f9d7728f Fix MSVC build. 2020-05-05 02:06:49 +07:00
XMRig
317dc19ce8 Code cleanup. 2020-05-05 01:55:00 +07:00
XMRig
11528d61d1 Add prefixes to argon2 to avoid potential conflicts with other implementations. 2020-05-04 18:09:34 +07:00
XMRig
90e32fd481 Remove unused code. 2020-05-04 02:07:38 +07:00
SChernykh
b8a706948a Optimized RandomX dataset initialization
- Use single Argon2 implemenation
- Auto-select the fastest Argon2 implementation for RandomX
2020-05-03 20:44:59 +02:00
XMRig
3eaa27e0ff Small cleanups. 2020-05-03 13:38:34 +07:00
XMRig
f11c2a8b37 Merge branch 'base-update' into dev 2020-05-03 13:32:12 +07:00
XMRig
502b7cc9db Remove code duplication. 2020-04-29 17:40:51 +07:00
XMRig
fae2522a82 Fixed MSYS build. 2020-04-29 16:29:30 +07:00
SChernykh
b2dcacc679 Improved JSON config error reporting
Show incorrect lines in config.json together with line number and position.
2020-04-29 11:08:45 +02:00
XMRig
2771cf3582 Add 3rdparty prefix to all rapidjson includes. 2020-04-29 14:55:04 +07:00
XMRig
a1bd9ccd93 Update base. 2020-04-29 14:17:33 +07:00
XMRig
73d76958a3 v5.11.2-dev 2020-04-23 14:32:13 +07:00
XMRig
9db7702f2d Merge branch 'dev' 2020-04-23 12:46:41 +07:00
XMRig
4f14ca77d7 Move CnAlgo 2020-04-23 12:34:26 +07:00
XMRig
74936b1bfc #1654 Fixed build with LibreSSL. 2020-04-22 14:49:15 +07:00
XMRig
1527722084 Fixed memory leak in some conditions. 2020-04-22 10:16:54 +07:00
XMRig
9f1747cb1c Fixed bug in log. 2020-04-22 09:04:48 +07:00
SChernykh
9a6baa375d Refactored CFROUND 2020-04-21 15:44:04 +02:00
XMRig
b1235429fd Fixed keepalive extension for initial login response. 2020-04-19 04:34:43 +07:00
XMRig
ca26ca5bd7 v5.11.1-dev 2020-04-14 03:24:10 +07:00
XMRig
e2e16dd7cc v5.11.0 2020-04-13 20:13:46 +07:00
XMRig
573bdfdd3f Code cleanup. 2020-04-12 19:50:11 +07:00
XMRig
1ec98f8d39 Fixed build with old Clang. 2020-04-12 19:41:25 +07:00
XMRig
3d67fbf1b1 v5.11.0-dev 2020-04-12 19:02:37 +07:00
xmrig
5470ee9658 Merge pull request #1641 from SChernykh/dev
RandomX JIT refactoring
2020-04-09 19:34:31 +07:00
SChernykh
c43a848415 Fix code style 2020-04-09 14:31:42 +02:00
SChernykh
fe96036607 RandomX JIT refactoring
- Smaller memory footprint
- A bit faster overall
2020-04-09 14:24:54 +02:00
xmrig
8dab33be0f Merge pull request #1635 from SChernykh/dev
Pooled allocation of RandomX VMs
2020-04-08 17:04:25 +07:00
SChernykh
3d5a35885e Fixed VM destruction 2020-04-08 08:31:53 +02:00
SChernykh
73cb010b5d Fix off-by-one error 2020-04-07 18:53:08 +02:00
SChernykh
9bd78a9603 Fixed pool lock 2020-04-07 18:48:02 +02:00
SChernykh
5449dfbc91 Use node number instead of affinity 2020-04-07 18:46:22 +02:00
SChernykh
e5d43089df Pooled allocation of RandomX VMs
+0.5% speedup on Zen2 when the whole L3 cache is used (16 threads on 3700X/3800X, 32 threads on 3950X).
2020-04-07 18:31:35 +02:00
XMRig
247a07fe6b Code style cleanup 2020-04-04 17:19:23 +07:00
SChernykh
e793dd3be2 AstroBWT CUDA support 2020-04-04 11:05:44 +02:00
XMRig
48a8608e4a Removed CnAlgo dependency from Algorithm class. 2020-04-03 00:25:41 +07:00
XMRig
ee80f9b2c6 Code cleanup. 2020-04-02 21:19:39 +07:00
XMRig
6a89a9e3be Merge branch 'dev' of github.com:xmrig/xmrig into dev 2020-04-02 21:05:25 +07:00
XMRig
6bd4d4f1c6 Added missing newline in --help output. 2020-03-25 04:03:18 +07:00
xmrig
e2d180e199 Merge pull request #1605 from SChernykh/dev
Fixed AstroBWT OpenCL for NVIDIA GPUs
2020-03-25 03:58:07 +07:00
XMRig
d51b416d1d v5.10.1-dev 2020-03-25 03:56:01 +07:00