diff --git a/ggml.c b/ggml.c index 645b11e14..dc4aed7ea 100644 --- a/ggml.c +++ b/ggml.c @@ -12062,6 +12062,9 @@ UseGgmlGemm1:; UseGgmlGemm2:; #endif + int chunk_size = 16; + UNUSED(chunk_size); + #ifdef GGML_PERF int chunks_executed = 0; UNUSED(chunks_executed);