summaryrefslogtreecommitdiff
path: root/ggml.h
diff options
context:
space:
mode:
authorSrihari-mcw <96763064+Srihari-mcw@users.noreply.github.com>2024-05-19 19:18:39 -0700
committerGitHub <noreply@github.com>2024-05-20 12:18:39 +1000
commit33c8d50accd6dca73c9c4af00a05e24209c160fe (patch)
tree926d8b9ad683420872afb234f5cd94dba3a3c500 /ggml.h
parentd359f30921a9f62a0fd299c412ff3f270286fea6 (diff)
Add provisions for windows support for BF16 code including CMake provision for enabling AVX512_BF16 (#7258)
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 8c13f4ba..77475710 100644
--- a/ggml.h
+++ b/ggml.h
@@ -2390,6 +2390,7 @@ extern "C" {
GGML_API int ggml_cpu_has_avx512 (void);
GGML_API int ggml_cpu_has_avx512_vbmi(void);
GGML_API int ggml_cpu_has_avx512_vnni(void);
+ GGML_API int ggml_cpu_has_avx512_bf16(void);
GGML_API int ggml_cpu_has_fma (void);
GGML_API int ggml_cpu_has_neon (void);
GGML_API int ggml_cpu_has_arm_fma (void);