SChernykh
|
d94d052e6c
|
KawPow: fixed data race when building programs
`uv_queue_work` can't be called from other threads, only `uv_async_send` is thread-safe.
|
2023-06-19 12:32:28 +02: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 |
|
XMRig
|
c7ac314110
|
Code cleanup based on Clang-Tidy.
|
2021-08-25 18:45:15 +07:00 |
|
SChernykh
|
0da3390d09
|
More static analysis fixes
|
2020-12-08 16:05:58 +01:00 |
|
SChernykh
|
bef9031b03
|
KawPow: fixed OpenCL memory leak
|
2020-09-25 10:53:24 +02:00 |
|
XMRig
|
eb1ed497e7
|
Log cleanup.
|
2020-05-29 02:11:29 +07:00 |
|
SChernykh
|
e3d727cdb6
|
KawPow: tuned work group size for OpenCL
|
2020-05-28 10:58:06 +02:00 |
|
SChernykh
|
22b937cc1c
|
KawPow WIP
|
2020-05-27 16:19:57 +02:00 |
|