]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : add run-time detection of neon, i8mm and sve (llama/9331)
authorDan Johansson <redacted>
Sat, 28 Sep 2024 12:06:16 +0000 (14:06 +0200)
committerGeorgi Gerganov <redacted>
Thu, 3 Oct 2024 09:22:17 +0000 (12:22 +0300)
commitc245168ba3b853fbd0431d9f50f205d5c2684a3b
treeca97d5de9465018f5ed6657161ad4ff5a9dfdee9
parent280fee8fa04a05b11d00125d6480e5d8bfa28b1f
ggml : add run-time detection of neon, i8mm and sve (llama/9331)

* ggml: Added run-time detection of neon, i8mm and sve

Adds run-time detection of the Arm instructions set features
neon, i8mm and sve for Linux and Apple build targets.

* ggml: Extend feature detection to include non aarch64 Arm arch

* ggml: Move definition of ggml_arm_arch_features to the global data section
ggml/include/ggml.h
ggml/src/ggml-aarch64.c
ggml/src/ggml-quants.c
ggml/src/ggml-quants.h
ggml/src/ggml.c