Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-30 | fix cuda 12.5 compatibility | Hans-Nikolai Viessmann | |
* use @sidicer CXX_FLAGS=-ffat-lto-objects * set CMAKE policy CMP0146 to OLD (eventually this will also no longer work) * in arch cuda 12.5.0 package they drop /opt/cuda/bin/gcc* links, instead using /etc/profile.d/cuda.sh env var NVCC_CCBIN, so we must explicitly set gcc-13/g++-13 as build tools | |||
2021-09-18 | bump version to 6.15.1 | Hans-Nikolai Viessmann | |
2021-09-05 | fix size_t error | Hans-Nikolai Viessmann | |
This has been submitted upstream, see https://github.com/xmrig/xmrig-cuda/pull/120. | |||
2021-09-03 | patch fix for 6.15.0 compiler error | Hans-Nikolai Viessmann | |
See https://github.com/xmrig/xmrig-cuda/issues/119 for details. |