CUDA backend: update RandomX dataset when it changes
This commit is contained in:
parent
cd2fd9d7a6
commit
4a13a8a75c
4 changed files with 22 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
|
||||
|
||||
#include "backend/cuda/runners/CudaBaseRunner.h"
|
||||
#include "base/tools/Buffer.h"
|
||||
|
||||
|
||||
namespace xmrig {
|
||||
|
@ -46,6 +47,7 @@ protected:
|
|||
private:
|
||||
bool m_ready = false;
|
||||
const bool m_datasetHost = false;
|
||||
Buffer m_seed;
|
||||
size_t m_intensity = 0;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue