Implemented verification on CPU.
This commit is contained in:
parent
e2d2591281
commit
eef5d91606
15 changed files with 1164 additions and 999 deletions
|
@ -68,7 +68,7 @@ xmrig::OclWorker::OclWorker(size_t id, const OclLaunchData &data) :
|
|||
|
||||
case Algorithm::ARGON2:
|
||||
# ifdef XMRIG_ALGO_ARGON2
|
||||
m_runner = nullptr; // TODO
|
||||
m_runner = nullptr; // TODO OclArgon2Runner
|
||||
# endif
|
||||
break;
|
||||
|
||||
|
@ -120,6 +120,10 @@ void xmrig::OclWorker::start()
|
|||
return;
|
||||
}
|
||||
|
||||
if (results[0xFF] > 0) {
|
||||
JobResults::submit(m_job.currentJob(), results, results[0xFF]);
|
||||
}
|
||||
|
||||
m_job.nextRound(roundSize(m_intensity), m_intensity);
|
||||
m_count += m_intensity;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue