mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-12 09:42:50 -05:00
OpenCL RandomX WIP
This commit is contained in:
@@ -38,8 +38,8 @@ 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);
|
||||
void enqueue(cl_command_queue queue, uint32_t nonce, size_t threads, size_t worksize);
|
||||
void setArgs(cl_mem input, cl_mem scratchpads, cl_mem states, uint32_t threads);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user