diff --git a/ggml-phi-knc-dot_q5_K_q8_K.c b/ggml-phi-knc-dot_q5_K_q8_K.c index a3ff0143d..ec571a3fb 100644 --- a/ggml-phi-knc-dot_q5_K_q8_K.c +++ b/ggml-phi-knc-dot_q5_K_q8_K.c @@ -1,6 +1,9 @@ -// For size_t +// For uint32_t #include +// For size_t +#include + /* A forward declaration, to keep GCC happy. */ void ggml_vec_dot_q5_K_q8_K(int n, float * restrict s, size_t bs, const void * restrict vx, size_t bx, const void * restrict vy, size_t by, int nrc); diff --git a/ggml-phi-knc.c b/ggml-phi-knc.c index e5e034bb8..341bbc01b 100644 --- a/ggml-phi-knc.c +++ b/ggml-phi-knc.c @@ -1,6 +1,6 @@ -// For size_t #include +// For size_t #include // For memcpy.