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:
parent
56280cb1d5
commit
2f2b33c82b
4 changed files with 434 additions and 426 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue