1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-09 00:33:33 -05:00

Fixed Ryo support

This commit is contained in:
MoneroOcean
2020-07-16 12:31:59 -07:00
parent a334a9a956
commit 50b1bf8a1d

View File

@@ -109,7 +109,7 @@ void xmrig::OclRyoRunner::build()
m_cn00->setArgs(m_scratchpads, m_states);
m_cn0 = new Cn0Kernel(m_program);
m_cn0->setArgs(m_input, m_scratchpads, m_states, m_intensity);
m_cn0->setArgs(m_input, 0, m_scratchpads, m_states, m_intensity);
m_cn1 = new Cn1RyoKernel(m_program);
m_cn1->setArgs(m_scratchpads, m_states, m_intensity);