KawPow: tuned work group size for OpenCL

This commit is contained in:
SChernykh
2020-05-28 10:58:06 +02:00
parent f24da62db0
commit 3168919b83
11 changed files with 162 additions and 117 deletions

View File

@@ -42,7 +42,7 @@ class IOclRunner;
class OclKawPow
{
public:
static cl_program get(const IOclRunner &runner, uint64_t height);
static cl_program get(const IOclRunner &runner, uint64_t height, uint32_t worksize);
static void clear();
};