mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-11 17:32:47 -05:00
Fixed Ryo support
This commit is contained in:
@@ -109,7 +109,7 @@ void xmrig::OclRyoRunner::build()
|
|||||||
m_cn00->setArgs(m_scratchpads, m_states);
|
m_cn00->setArgs(m_scratchpads, m_states);
|
||||||
|
|
||||||
m_cn0 = new Cn0Kernel(m_program);
|
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 = new Cn1RyoKernel(m_program);
|
||||||
m_cn1->setArgs(m_scratchpads, m_states, m_intensity);
|
m_cn1->setArgs(m_scratchpads, m_states, m_intensity);
|
||||||
|
|||||||
Reference in New Issue
Block a user