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:
SChernykh 2020-12-27 16:44:35 +01:00
parent 56280cb1d5
commit 2f2b33c82b
4 changed files with 434 additions and 426 deletions

View file

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