Collection of CN-GPU fixes and updates

This commit is contained in:
Tony Butler 2021-03-26 16:03:13 -06:00
parent 174663bb50
commit 57d9d3ea7c
8 changed files with 153 additions and 147 deletions

View file

@ -112,9 +112,7 @@ xmrig::OclWorker::OclWorker(size_t id, const OclLaunchData &data) :
}
else
# endif
{
m_runner = new OclCnRunner(id, data);
}
m_runner = new OclCnRunner(id, data);
break;
}