diff options
author | Srihari-mcw <96763064+Srihari-mcw@users.noreply.github.com> | 2024-05-19 19:18:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 12:18:39 +1000 |
commit | 33c8d50accd6dca73c9c4af00a05e24209c160fe (patch) | |
tree | 926d8b9ad683420872afb234f5cd94dba3a3c500 /ggml.h | |
parent | d359f30921a9f62a0fd299c412ff3f270286fea6 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |