cn/r part 1 of 2.

This commit is contained in:
XMRig
2019-09-03 14:36:27 +07:00
parent 586c36affa
commit a121d7ff0e
16 changed files with 1484 additions and 734 deletions

View File

@@ -36,6 +36,7 @@ class Cn1Kernel : public OclKernel
{
public:
Cn1Kernel(cl_program program);
Cn1Kernel(cl_program program, uint64_t height);
bool enqueue(cl_command_queue queue, uint32_t nonce, size_t threads, size_t worksize);
bool setArgs(cl_mem input, cl_mem scratchpads, cl_mem states, uint32_t threads);
};