1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-13 01:52:50 -05:00

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;
}