From a7f8abeb9b91def60ffd04be56942c7c811307b9 Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Sat, 23 Mar 2024 14:49:35 +0000 Subject: [PATCH] tell ggml-common.h to export what we want. --- ggml-phi-knc-dot_q5_K_q8_K.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ggml-phi-knc-dot_q5_K_q8_K.c b/ggml-phi-knc-dot_q5_K_q8_K.c index bfff9112d..651ad1684 100644 --- a/ggml-phi-knc-dot_q5_K_q8_K.c +++ b/ggml-phi-knc-dot_q5_K_q8_K.c @@ -4,6 +4,8 @@ // For size_t #include +// 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"