Initial stub for setting job in OpenCL backend.

This commit is contained in:
XMRig
2019-08-28 02:05:19 +07:00
parent 716669ff96
commit 1d2bff4de0
10 changed files with 67 additions and 23 deletions

View File

@@ -34,3 +34,9 @@ bool xmrig::OclRxRunner::selfTest() const
{
return false; // TODO
}
bool xmrig::OclRxRunner::set(const Job &job, uint8_t *blob)
{
return false;
}