Files
win-dictate/ggml/src/ggml-cpu/amx/amx.h
T

9 lines
202 B
C

#include "ggml-backend.h"
#include "ggml-cpu-impl.h"
// GGML internal header
#if defined(__AMX_INT8__) && defined(__AVX512VNNI__)
ggml_backend_buffer_type_t ggml_backend_amx_buffer_type(void);
#endif