]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
ggml-cpu : fix HWCAP2_I8MM value (llama/10646)
authorDiego Devesa <redacted>
Wed, 4 Dec 2024 13:40:44 +0000 (14:40 +0100)
committerGeorgi Gerganov <redacted>
Thu, 5 Dec 2024 12:27:39 +0000 (14:27 +0200)
src/ggml-cpu/ggml-cpu.c

index 490d4b6de3700757627d9a884535c2d3b4a5a126..9e68acc507da78200ead751e7e2021be270292ed 100644 (file)
@@ -2428,7 +2428,7 @@ bool ggml_is_numa(void) {
 #endif
 
 #if !defined(HWCAP2_I8MM)
-#define HWCAP2_I8MM 0
+#define HWCAP2_I8MM (1 << 13)
 #endif
 
 static void ggml_init_arm_arch_features(void) {