diff --git a/libgumath/gumath.h b/libgumath/gumath.h index e77ba73..c42728a 100644 --- a/libgumath/gumath.h +++ b/libgumath/gumath.h @@ -76,7 +76,7 @@ extern "C" { #endif -#define GM_MAX_KERNELS 2048 +#define GM_MAX_KERNELS 8192 #define GM_THREAD_CUTOFF 1000000 typedef float float32_t;