From: miha-q <> Date: Fri, 8 Mar 2024 01:14:20 +0000 (-0500) Subject: Thu Mar 7 08:14:20 PM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=545289d1af19306b4c224ff789319da7e122e70f;p=QAnsel.git Thu Mar 7 08:14:20 PM EST 2024 --- diff --git a/src/complex.c b/src/complex.c index 4c63470..dbef3bd 100644 --- a/src/complex.c +++ b/src/complex.c @@ -8,7 +8,7 @@ #include "cores.c" #include "kernel_cpu.cl" #include "kernel_gpu.cl" -#define OPTIMAL_WGS_KNK 1 +#define OPTIMAL_WGS_KNK 3 typedef struct { float real, imaginary;