KawPow: tuned work group size for OpenCL

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

View file

@ -3,7 +3,7 @@
#endif
#ifndef GROUP_SIZE
#define GROUP_SIZE 128
#define GROUP_SIZE 256
#endif
#define GROUP_SHARE (GROUP_SIZE / 16)