Implemented cn1 kernel launch.

This commit is contained in:
XMRig
2019-09-01 09:34:37 +07:00
parent 9c9e2ebcf1
commit 4a8cbbe65f
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;
};