Added RandomX support.

This commit is contained in:
XMRig
2019-10-28 01:18:08 +07:00
parent 8b7834ecf7
commit 35a1dfa5f4
10 changed files with 97 additions and 38 deletions

View File

@@ -62,7 +62,6 @@ private:
const Algorithm m_algorithm;
const Miner *m_miner;
const uint32_t m_intensity;
ICudaRunner *m_runner = nullptr;
WorkerJob<1> m_job;
};