]> git.djapps.eu Git - pkg/ggml/sources/ggml/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>
Sun, 29 Sep 2024 18:17:39 +0000 (21:17 +0300)
commit4d3a958e423886c40f7acfd05149bec81c3374e2
tree05a26b2f41675871122e1fd85667c5fb3560bae3
parentc7197fd2998ae12fc2670d9b4793342ddfd461fb
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
include/ggml.h
src/ggml-aarch64.c
src/ggml-quants.c
src/ggml-quants.h
src/ggml.c