File size: 210 Bytes
5a29263
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#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