Commit Graph

64 Commits

Author SHA1 Message Date
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
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
xmrig
303a9014f2 Merge pull request #1095 from Spudz76/evo-fixOlderHwlocVersionDisplay
Build hwloc version string based on HWLOC_API_VERSION
2019-08-02 17:58:30 +07:00
XMRig
e40b9deb6d Always stop mining threads in RandomX dataset change upcoming. 2019-08-02 16:44:55 +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
98378d072d Optimized RandomX initialization and switching. 2019-08-01 20:37:05 +07: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
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
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
d20cd9a069 Fixed miner freeze when switch between RandomX variants. 2019-07-28 14:42:29 +07:00
XMRig
66a0fe4bc0 Fixed build without ASM. 2019-07-28 13:00:36 +07:00
XMRig
cc2af8c01f Use internal hwloc for MSVC. 2019-07-28 09:24:53 +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
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
XMRig
b88e5ce20e Fixed dataset initialization speed on Linux if thread affinity was used. 2019-07-25 19:11:07 +07:00
XMRig
4628efeff8 Merge branch 'evo' into feature-hwloc 2019-07-25 13:41:51 +07:00
XMRig
e78c8a564a Added option "init-threads". 2019-07-25 12:20:59 +07:00
XMRig
ae55d2ecfa Added cmake option HWLOC_DEBUG. 2019-07-25 11:24:27 +07:00
XMRig
9b0eca2ffa #1072 Fixed RandomX seed re-initialization. 2019-07-25 06:42:19 +07:00
XMRig
fa95a69fa3 Fixed cmake again. 2019-07-24 06:35:42 +07:00
XMRig
ceb1c64131 Fixed cmake. 2019-07-24 06:11:54 +07:00
XMRig
e5ef595ecc Implemented autoconfig via hwloc. 2019-07-24 03:24:01 +07:00
XMRig
b85505dd30 Better method to get hwloc version. 2019-07-23 14:19:41 +07:00
XMRig
05cf7c21b5 Added Cpu::toJSON 2019-07-23 08:36:09 +07:00
XMRig
8d00d78a9a hwloc used for CPU information. 2019-07-23 07:12:56 +07:00
XMRig
090eae2128 Added hwloc stub. 2019-07-23 01:18:55 +07:00
XMRig
c5556b5e31 Strip extra spaces from CPU brand string and improved BasicCpuInfo. 2019-07-23 00:40:24 +07:00
XMRig
9ecea49036 Workaround for unsupported intensity option + warning. 2019-07-21 04:35:52 +07:00
XMRig
9c03bb6ab3 Only intensity=1 allowed for RandomX. 2019-07-21 00:08:13 +07:00
XMRig
571dcd05ef Disable rx/0 algorithm. 2019-07-20 01:20:50 +07:00
XMRig
5471c5b18d Fixed command line config and removed --max-cpu-usage and --safe. 2019-07-20 00:37:15 +07:00
XMRig
180064bc2a Fixed build. 2019-07-19 05:03:14 +07:00
XMRig
ca23430933 "GET /1/threads" replaced to "GET /2/backends". 2019-07-19 04:22:21 +07:00
XMRig
7dcd840ab9 Implemented "enabled" field for CPU backend; 2019-07-19 02:39:00 +07:00
XMRig
d0cc0fd27d Restored "GET /1/summary" endpoint. 2019-07-19 02:24:37 +07:00
XMRig
b0d1ee0694 Restored algo field in login request. 2019-07-18 22:35:15 +07:00
XMRig
db971991fb Added support for threads restart if config changed. 2019-07-18 19:11:45 +07:00
XMRig
f6b4fd5909 Fixed bugs. 2019-07-18 04:21:14 +07:00
XMRig
25dcbdee96 Removed unused code. 2019-07-17 15:28:59 +07:00
XMRig
98cd7a01ed Improved log. 2019-07-17 15:09:37 +07:00
XMRig
fb205e8cd3 Restored "CPU READY" message. 2019-07-17 14:54:08 +07:00