mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 07:55:04 -05:00
AstroBWT OpenCL fixes
- Rewrote main BWT kernel to work properly on Navi - Fixed nonce iterations in OclWorker - Fixed memory allocation for AstroBWT
This commit is contained in:
@@ -145,7 +145,7 @@ bool xmrig::OclWorker::selfTest()
|
||||
|
||||
size_t xmrig::OclWorker::intensity() const
|
||||
{
|
||||
return m_runner ? m_runner->intensity() : 0;
|
||||
return m_runner ? m_runner->roundSize() : 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user