SChernykh
|
1f9377b9ae
|
Added CPUID info to JSON report
|
2020-11-10 12:15:52 +01:00 |
|
SChernykh
|
648fa6f164
|
Separate MSR mod for Zen/Zen2 and Zen3
Another +0.5% speedup for Zen2
|
2020-11-08 19:40:44 +01:00 |
|
XMRig
|
856686a529
|
#1918 Fixed check for 1GB huge pages on ARM Linux.
|
2020-11-02 21:26:35 +07:00 |
|
XMRig
|
7f5c1f40a4
|
Added vendor to ARM CPUs name and added "arch" field.
|
2020-11-01 12:06:35 +07:00 |
|
SChernykh
|
1e38eb3f4f
|
RandomX refactoring, moved more stuff to compile time
Small x86 JIT compiler speedup.
|
2020-09-18 20:51:25 +02:00 |
|
SChernykh
|
9a53285c5f
|
RandomX: added SSE4.1-optimized Blake2b
+0.15% on `rx/0`
+0.3% on `rx/wow`
|
2020-09-10 14:28:40 +02:00 |
|
XMRig
|
25d8c2f2f3
|
Always use all available threads on ARM.
|
2020-08-16 17:36:38 +07:00 |
|
XMRig
|
0f7ae874e0
|
Added ARM CPU name detection based on lscpu code.
|
2020-08-16 15:47:29 +07: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 |
|
XMRig
|
7c624feb3f
|
#1742 Fixed crash when use HTTP API.
|
2020-06-23 16:17:06 +07: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
|
e72a3ccb52
|
Merge branch 'dev' into evo
|
2020-06-10 00:58:29 +07:00 |
|
SChernykh
|
e6f454f37d
|
Fixed detection of AVX2/AVX512
|
2020-06-09 17:47:23 +02:00 |
|
SChernykh
|
f24da62db0
|
KawPow WIP
|
2020-05-27 16:19:57 +02: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 |
|
SChernykh
|
1ccf408ba7
|
AstroBWT algorithm (DERO) support
To test:
- Download https://github.com/deroproject/derosuite/releases/tag/AstroBWT
- Run daemon with `--testnet` in command line
In config.json:
- "coin":"dero"
- "url":"127.0.0.1:30306"
- "daemon:"true"
|
2020-02-29 22:41:24 +01:00 |
|
XMRig
|
5eed25d4aa
|
Update year.
|
2020-02-01 20:24:00 +07:00 |
|
SChernykh
|
fda20ff798
|
Removed MSR mod for Bulldozer
It turned out to be useless: https://www.reddit.com/r/MoneroMining/comments/et7s7w/psa_amd_opteronfxa6a8a10_owners_needed_to_test/
|
2020-01-27 09:39:39 +01:00 |
|
SChernykh
|
eaaf157997
|
Added support for BMI2 instructions
|
2020-01-21 19:44:56 +01:00 |
|
SChernykh
|
aac5ce39a4
|
MSR preset for Bulldozer CPUs
Also fixed verbose output for MSR presets with masks.
|
2020-01-14 19:27:34 +01:00 |
|
XMRig
|
efb63d15e1
|
Added support for write custom MSR.
|
2019-12-17 02:27:07 +07:00 |
|
XMRig
|
e1171d3ae7
|
Added CPU vendor enum.
|
2019-12-10 12:49:42 +07:00 |
|
XMRig
|
2979e0c075
|
Fixed build without hwloc.
|
2019-12-08 10:20:23 +07:00 |
|
XMRig
|
0c926c5f57
|
#1385 "max-threads-hint" option now also limit RandomX dataset initialization threads.
|
2019-12-07 22:18:06 +07:00 |
|
SChernykh
|
c188d885ee
|
Fix ARM compilation
|
2019-12-06 13:43:59 +01:00 |
|
SChernykh
|
0a5c12295d
|
Added 1GB hugepages support for Linux
|
2019-12-05 19:39:47 +01:00 |
|
XMRig
|
93a70f4bbe
|
Added RxNUMAStorage stub.
|
2019-10-04 18:43:03 +07:00 |
|
XMRig
|
473b98ae68
|
Extended "numa" option for RandomX.
|
2019-10-04 10:49:55 +07:00 |
|
XMRig
|
dea1f983f0
|
Merge branch 'dev' into evo
|
2019-10-01 07:26:18 +07:00 |
|
XMRig
|
aaddfbe779
|
Fixed support for systems where total count of NUMA nodes not equal usable count.
|
2019-10-01 07:19:13 +07:00 |
|
XMRig
|
b89616fc8b
|
Fixed ARM build.
|
2019-09-28 23:26:03 +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
|
bb10897271
|
Use unsigned type for intensity.
|
2019-08-17 05:22:09 +07:00 |
|
XMRig
|
e747f8b06c
|
Added MSVC support for Argon2.
|
2019-08-17 04:01:53 +07:00 |
|
XMRig
|
09d8c2f8f8
|
Fixed autoconfig regression.
|
2019-08-13 17:56:32 +07:00 |
|
XMRig
|
854f78010d
|
Fixed auto configuration without hwloc.
|
2019-08-09 12:51:27 +07:00 |
|
XMRig
|
9ebe50bf66
|
#1103 Added L2 checks for RandomX auto configuration.
|
2019-08-08 21:03:29 +07:00 |
|
XMRig
|
d134bd24a5
|
Added L2 information to Algorithm.
|
2019-08-08 14:03:52 +07:00 |
|
XMRig
|
2bf4dfee50
|
Use intensity=2 for cn-pico.
|
2019-08-08 00:21:01 +07:00 |
|
XMRig
|
a2359eb0d3
|
Changed CPU threads format.
|
2019-08-07 21:47:42 +07:00 |
|
XMRig
|
c118117abb
|
Added class CpuThreads.
|
2019-08-07 16:13:23 +07:00 |
|
Tony Butler
|
275d9e9c07
|
Build hwloc version string based on HWLOC_API_VERSION, whenever hwlocVersion object does not exist (<1.11.x)
|
2019-08-02 02:37:55 -06:00 |
|
XMRig
|
de27837cb3
|
Fixed ARM build with hwloc.
|
2019-07-31 09:38:27 +07:00 |
|
XMRig
|
e9e846a413
|
Replacement for PR #1087
|
2019-07-31 09:29:09 +07:00 |
|
XMRig
|
d555dbff3e
|
Added fallback to basic auto configuration.
|
2019-07-30 09:17:54 +07:00 |
|
XMRig
|
98b8fc1c8e
|
#1082 Fixed hwloc autoconfig with AMD FX CPUs.
|
2019-07-29 19:24:53 +07:00 |
|
XMRig
|
70d9b6e793
|
Added support for allocate RandomX dataset on each NUMA node.
|
2019-07-27 19:41:59 +07:00 |
|