Added rx/yada OpenCL support

This commit is contained in:
SChernykh
2024-08-07 00:18:51 +02:00
parent 15862a1b13
commit 3308b1ace4
16 changed files with 4323 additions and 4004 deletions

View File

@@ -170,7 +170,7 @@ void xmrig::OclWorker::start()
const uint64_t t = Chrono::steadyMSecs();
try {
m_runner->run(readUnaligned(m_job.nonce()), results);
m_runner->run(readUnaligned(m_job.nonce()), m_job.nonceOffset(), results);
}
catch (std::exception &ex) {
printError(id(), ex.what());