mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-01 07:52:38 -05:00
OpenCL RandomX WIP
This commit is contained in:
@@ -37,8 +37,8 @@ class Cn2Kernel : public OclKernel
|
||||
public:
|
||||
inline Cn2Kernel(cl_program program) : OclKernel(program, "cn2") {}
|
||||
|
||||
bool enqueue(cl_command_queue queue, uint32_t nonce, size_t threads);
|
||||
bool setArgs(cl_mem scratchpads, cl_mem states, const std::vector<cl_mem> &branches, uint32_t threads);
|
||||
void enqueue(cl_command_queue queue, uint32_t nonce, size_t threads);
|
||||
void setArgs(cl_mem scratchpads, cl_mem states, const std::vector<cl_mem> &branches, uint32_t threads);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user