Implemented cn1 kernel launch.

This commit is contained in:
XMRig 2019-09-01 09:34:37 +07:00
parent fdaa0b7ba1
commit 138304ff51
9 changed files with 1062 additions and 981 deletions

View file

@ -33,6 +33,7 @@ namespace xmrig {
class Cn0Kernel;
class Cn1Kernel;
class OclCnRunner : public OclBaseRunner
@ -62,6 +63,7 @@ private:
cl_mem m_scratchpads = nullptr;
cl_mem m_states = nullptr;
Cn0Kernel *m_cn0 = nullptr;
Cn1Kernel *m_cn1 = nullptr;
};