From 545289d1af19306b4c224ff789319da7e122e70f Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Thu, 7 Mar 2024 20:14:20 -0500 Subject: [PATCH] Thu Mar 7 08:14:20 PM EST 2024 --- src/complex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5