summaryrefslogtreecommitdiff
path: root/ggml.h
diff options
context:
space:
mode:
authorRadoslav Gerganov <rgerganov@gmail.com>2024-05-29 14:45:44 +0300
committerGitHub <noreply@github.com>2024-05-29 14:45:44 +0300
commit210d99173dc82aafb48f6e39d787c387951fe3a9 (patch)
tree9fb5e733340fe4c11967b34d6feb3c75f4e54a82 /ggml.h
parent87bdf2a199acd62e19814d7a4d0500a04a7f09f3 (diff)
llama-bench : add support for the RPC backend (#7435)
Diffstat (limited to 'ggml.h')
-rw-r--r--ggml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ggml.h b/ggml.h
index 3859895b..f9deac7e 100644
--- a/ggml.h
+++ b/ggml.h
@@ -2428,6 +2428,7 @@ extern "C" {
GGML_API int ggml_cpu_has_sse3 (void);
GGML_API int ggml_cpu_has_ssse3 (void);
GGML_API int ggml_cpu_has_sycl (void);
+ GGML_API int ggml_cpu_has_rpc (void);
GGML_API int ggml_cpu_has_vsx (void);
GGML_API int ggml_cpu_has_matmul_int8(void);