Implemented cn0 kernel launch.

This commit is contained in:
XMRig
2019-09-01 07:05:49 +07:00
parent cdb87d235b
commit 65f5806367
15 changed files with 108 additions and 49 deletions

View File

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