llama.cpp/ggml-phi-knc.h

15 lines
300 B
C

#pragma once
#include "ggml.h"
#ifdef __cplusplus
extern "C" {
#endif
/* A forward declaration, to keep GCC happy. */
void ggml_vec_dot_f32(int n, float * restrict s, size_t bs, const float * restrict x, size_t bx, const float * restrict y, size_t by, int nrc);
#ifdef __cplusplus
}
#endif