1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-19 13:33:00 -05:00

Dero HE (astrobwt/v2) CUDA config generator

This commit is contained in:
SChernykh
2022-03-10 00:24:49 +01:00
parent f25e65b5ac
commit a2728af4f7
3 changed files with 23 additions and 4 deletions

View File

@@ -27,6 +27,7 @@
#include "backend/cuda/runners/CudaBaseRunner.h"
#include "base/crypto/Algorithm.h"
namespace xmrig {
@@ -50,6 +51,7 @@ protected:
private:
size_t m_intensity = 0;
Algorithm m_algorithm;
};