Matthew Smith
|
51728b2d55
|
Fix build with gcc 13
Now some header files are not included transistively with new
libstdc++.
Bug: https://bugs.gentoo.org/895226
|
2023-03-23 12:01:15 +01:00 |
|
SChernykh
|
22d6a7525e
|
Removed deprecated AstroBWTv1 and v2
|
2022-06-12 11:47:36 +02:00 |
|
SChernykh
|
7b9135aadc
|
Dero HE (astrobwt/v2) OpenCL support
|
2022-03-14 20:13:31 +01:00 |
|
SChernykh
|
e0701f9dad
|
KawPow OpenCL: build next period only when it's not in cache
|
2022-01-24 13:28:58 +01:00 |
|
SChernykh
|
14aacf8636
|
KawPow OpenCL: use separate UV loop for building programs
Fixes #2890: uv_default_loop() can't be used there because UV loops are not thread safe.
|
2022-01-24 13:20:04 +01:00 |
|
Tony Butler
|
f0d80326ec
|
Add Ellesmere correctly (still just a Polaris alias)
|
2021-10-11 04:17:01 -06:00 |
|
Tony Butler
|
cb8fc26cbe
|
Add every Apple AMD GPU type
|
2021-10-11 04:17:01 -06:00 |
|
XMRig
|
c7ac314110
|
Code cleanup based on Clang-Tidy.
|
2021-08-25 18:45:15 +07:00 |
|
XMRig
|
e6332eff2b
|
Implemented stable algorithm ids.
|
2021-08-11 03:46:34 +07:00 |
|
SChernykh
|
da7f5826cb
|
Added support for Uplexa (cn/upx2 algorithm)
|
2021-04-17 14:53:42 +02:00 |
|
SChernykh
|
2f2b33c82b
|
AstroBWT OpenCL fixes
- Rewrote main BWT kernel to work properly on Navi
- Fixed nonce iterations in OclWorker
- Fixed memory allocation for AstroBWT
|
2020-12-27 16:44:35 +01:00 |
|
SChernykh
|
0da3390d09
|
More static analysis fixes
|
2020-12-08 16:05:58 +01:00 |
|
SChernykh
|
cafd868773
|
Fixed errors found by static analysis
|
2020-12-08 12:16:59 +01:00 |
|
SChernykh
|
bef9031b03
|
KawPow: fixed OpenCL memory leak
|
2020-09-25 10:53:24 +02:00 |
|
SChernykh
|
bd8cf54a0b
|
Cryptonight OpenCL: fix for long input data
|
2020-07-16 10:39:32 +02:00 |
|
SChernykh
|
08ca51ec4c
|
Fixed DAG initialization on slower AMD GPUs
Display driver could reset on GPUs with screen connected.
|
2020-06-30 16:53:56 +02:00 |
|
SChernykh
|
9cbdb7f1f2
|
KawPow: reduced stale/expired shares
|
2020-05-31 18:22:21 +02:00 |
|
XMRig
|
eb1ed497e7
|
Log cleanup.
|
2020-05-29 02:11:29 +07:00 |
|
xmrig
|
0ad4257113
|
Merge pull request #1697 from SChernykh/evo
KawPow: tuned work group size for OpenCL
|
2020-05-28 16:58:18 +07:00 |
|
SChernykh
|
e3d727cdb6
|
KawPow: tuned work group size for OpenCL
|
2020-05-28 10:58:06 +02:00 |
|
XMRig
|
15000e2c22
|
Fix Linux build.
|
2020-05-27 22:08:23 +07:00 |
|
SChernykh
|
22b937cc1c
|
KawPow WIP
|
2020-05-27 16:19:57 +02:00 |
|
XMRig
|
0cc90b152d
|
Move CnAlgo
|
2020-04-23 12:34:26 +07:00 |
|
SChernykh
|
7f01c5c6f3
|
AstroBWT CUDA support
|
2020-04-04 11:05:44 +02:00 |
|
XMRig
|
382bfb0957
|
Fixed gcc build.
|
2020-03-23 05:30:11 +07:00 |
|
SChernykh
|
fbedf197ab
|
AstroBWT OpenCL code
|
2020-03-22 22:36:21 +01:00 |
|
XMRig
|
16a83a9f61
|
Move files.
|
2020-03-09 01:22:34 +07:00 |
|
XMRig
|
5ad52192fe
|
Update year.
|
2020-02-14 02:41:21 +07:00 |
|
SChernykh
|
7fa5e8706e
|
Added RandomX JIT for AMD Navi GPUs
|
2020-02-13 20:15:08 +01:00 |
|
SChernykh
|
4e5aef0a8a
|
Auto-config for mobile Ryzen APUs
|
2019-12-30 20:53:21 +02:00 |
|
XMRig
|
2911bb3a81
|
Fix OpenCL.
|
2019-12-20 04:05:09 +07:00 |
|
SChernykh
|
4da37baf8c
|
RandomSFX (Safex Cash variant) support
|
2019-12-16 19:36:29 +01:00 |
|
XMRig
|
f9bc3fb09b
|
Fixed memory allocation on old low memory AMD GPUs.
|
2019-11-15 19:42:35 +07:00 |
|
XMRig
|
c9f7cbae09
|
Implemented cryptonight mining.
|
2019-10-27 17:53:00 +07:00 |
|
XMRig
|
05928ccc25
|
Implemented RxNUMAStorage.
|
2019-10-05 08:24:28 +07:00 |
|
XMRig
|
6bc217e985
|
Fixed excessive memory allocation.
|
2019-09-30 08:28:25 +07:00 |
|
XMRig
|
3560b6a3c2
|
Added clRetainMemObject support.
|
2019-09-30 07:30:14 +07:00 |
|
XMRig
|
77eecdd2c2
|
RandomX dataset specific code moved into OclSharedData class.
|
2019-09-30 06:59:44 +07:00 |
|
XMRig
|
f4943b77f3
|
Class OclInterleave renamed to OclSharedData and added class OclSharedState.
|
2019-09-30 05:18:53 +07:00 |
|
XMRig
|
41ec1b4cb2
|
Fixed build with gcc 4.8.
|
2019-09-27 01:55:05 +07:00 |
|
XMRig
|
1cfd5f0735
|
[opencl] Better cn/r specific resource management.
|
2019-09-19 03:42:11 +07:00 |
|
XMRig
|
e8ee091e5a
|
Fixes for Intel OpenCL platform.
|
2019-09-19 02:05:42 +07:00 |
|
XMRig
|
e3fcb99d84
|
Allow partially started threads.
|
2019-09-17 02:22:59 +07:00 |
|
XMRig
|
e8acb8a2a9
|
Simplify code.
|
2019-09-16 23:53:39 +07:00 |
|
XMRig
|
29f605e8ae
|
Fixed MSVC build.
|
2019-09-13 17:17:48 +07:00 |
|
XMRig
|
9399491a64
|
Use sub buffers.
|
2019-09-13 16:10:12 +07:00 |
|
XMRig
|
5a91552060
|
OclLib improvements.
|
2019-09-13 10:35:32 +07:00 |
|
XMRig
|
ad7141fe21
|
Implemented option "dataset_host".
|
2019-09-12 13:49:27 +07:00 |
|
XMRig
|
04a4a6cadc
|
Implemented OpenCL JIT mode.
|
2019-09-12 13:10:50 +07:00 |
|
XMRig
|
82595ee256
|
Cleanup.
|
2019-09-12 01:09:30 +07:00 |
|