From aee550af6cdbe0d698cd3c75288bfac833656591 Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Sat, 23 Mar 2024 14:58:33 +0000 Subject: [PATCH] force to compile. --- ggml-phi-knc-dot_q5_K_q8_K.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ggml-phi-knc-dot_q5_K_q8_K.c b/ggml-phi-knc-dot_q5_K_q8_K.c index 651ad1684..67b9e6025 100644 --- a/ggml-phi-knc-dot_q5_K_q8_K.c +++ b/ggml-phi-knc-dot_q5_K_q8_K.c @@ -6,7 +6,13 @@ // Yes, we have to tell this header to actually export stuff. #define GGML_COMMON_IMPL_C -// For block_q5_K and block_q8_K +#include "ggml-common.h" +#include "ggml-quants.h" +#include "ggml-impl.h" + +// FIXME: why do we have to import this twice? +#define GGML_COMMON_IMPL_C +// For block_q5_K and block_q8_K. only given the second time. #include "ggml-common.h" /* A forward declaration, to keep GCC happy. */