ggml-cpu: Add CPU backend support for KleidiAI library
This commit is contained in:
parent
c07e87f38b
commit
6adca19c94
19 changed files with 675 additions and 22 deletions
|
@ -95,6 +95,7 @@ extern "C" {
|
|||
GGML_BACKEND_API int ggml_cpu_has_matmul_int8(void);
|
||||
GGML_BACKEND_API int ggml_cpu_has_sve (void);
|
||||
GGML_BACKEND_API int ggml_cpu_get_sve_cnt (void); // sve vector length in bytes
|
||||
GGML_BACKEND_API int ggml_cpu_has_sme (void);
|
||||
// other
|
||||
GGML_BACKEND_API int ggml_cpu_has_riscv_v (void);
|
||||
GGML_BACKEND_API int ggml_cpu_has_vsx (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue