Commit Graph

104 Commits

Author SHA1 Message Date
XMRig
1d2bff4de0 Initial stub for setting job in OpenCL backend. 2019-08-28 02:05:19 +07:00
XMRig
716669ff96 Use external script to prepare OpenCL source. 2019-08-28 00:33:49 +07:00
XMRig
5588fa13c6 Removed cn/wow algorithm (coin forked to rx/wow). 2019-08-27 09:34:08 +07:00
XMRig
897f08183b Restored OclCache. 2019-08-27 06:31:40 +07:00
XMRig
684321a7f2 Added classes IOclRunner, OclBaseRunner, OclCnRunner, OclRxRunner. 2019-08-26 04:44:01 +07:00
XMRig
be5caf0701 Added OpenCL source. 2019-08-25 23:06:04 +07:00
XMRig
b8982a4652 Start mining threads only after RandomX dataset initialization. 2019-08-25 20:28:15 +07:00
XMRig
bfd749a914 Make CpuLaunchStatus more high level. 2019-08-25 16:47:25 +07:00
XMRig
c1e21618ab Improved detailed hashrate report. 2019-08-25 04:14:34 +07:00
XMRig
fe5832bfc6 Added OclWorker class. 2019-08-25 03:50:49 +07:00
XMRig
a8e913e784 Added OclContext class. 2019-08-24 14:58:50 +07:00
XMRig
33f91c2d3c Added OclCache class stub. 2019-08-24 04:02:18 +07:00
XMRig
c26b823761 Implemented OclLaunchData creation. 2019-08-24 00:14:41 +07:00
XMRig
fa1d1dfaf1 Extended information about OpenCL devices. 2019-08-23 20:19:55 +07:00
XMRig
e9cb208168 Print OpenCL platform and devices in summary. 2019-08-23 17:28:48 +07:00
XMRig
f2f997cef4 Special handle for cn/2 based algorithms. 2019-08-23 00:56:51 +07:00
XMRig
c23a6f7a29 Added OclDevice and partially autoconfig. 2019-08-22 22:39:36 +07:00
XMRig
609dbbe403 Added platform option. 2019-08-19 22:35:58 +07:00
XMRig
ffa69921dc Improved --print-platforms option. 2019-08-19 02:49:43 +07:00
XMRig
3f0ede6345 Added OclPlatform class. 2019-08-18 04:36:34 +07:00
XMRig
56aaf271f2 Move files. 2019-08-18 04:02:31 +07:00
XMRig
56141741ac Added ConfigPrivate class. 2019-08-18 01:01:28 +07:00
XMRig
f9bdd6ae93 Merge branch 'dev' into feature-opencl 2019-08-17 23:33:48 +07:00
XMRig
bb10897271 Use unsigned type for intensity. 2019-08-17 05:22:09 +07:00
XMRig
ee330f376c Fixed bug in aliases logic. 2019-08-17 04:52:33 +07:00
XMRig
b4ea93d82d Added version field to config file. 2019-08-17 04:27:37 +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
faf18262eb Added generic Argon2 implementation (conflicts with RandomX). 2019-08-16 00:31:29 +07:00
XMRig
904314bcbc Fixed user job recovery after donation round. 2019-08-14 02:23:48 +07:00
XMRig
dcff5696bf Added OclBackend, OclConfig, OclLaunchData, OclThread and OclThreads stubs. 2019-08-13 19:47:22 +07:00
XMRig
963e0d5894 Merge branch 'dev' into feature-opencl 2019-08-13 18:11:57 +07:00
XMRig
09d8c2f8f8 Fixed autoconfig regression. 2019-08-13 17:56:32 +07:00
XMRig
8f070d7648 More flexible API handling for mining backends. 2019-08-13 02:38:10 +07:00
XMRig
79315bad8a Added initial OpenCL stub. 2019-08-13 01:44:52 +07:00
Jethro Grassie
3633ef7f9d fix #1108 2019-08-09 19:45:03 -04:00
XMRig
854f78010d Fixed auto configuration without hwloc. 2019-08-09 12:51:27 +07:00
XMRig
46c8202a83 #1106 Fixed hugepages field in API. 2019-08-09 01:50:31 +07:00
XMRig
990dc7dd51 uv_mutex replaced to std::mutex. 2019-08-09 01:00:21 +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
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