1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-30 09:12:39 -04:00

OpenCL RandomX WIP

This commit is contained in:
XMRig
2019-09-11 15:48:02 +07:00
parent ff89ec660c
commit 4c90f9960e
72 changed files with 1717 additions and 505 deletions

View File

@@ -59,7 +59,7 @@ protected:
void start() override;
private:
void consumeJob();
bool consumeJob();
void storeStats(uint64_t ts);
const Algorithm m_algorithm;