]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : fix arm build (#10890)
authorDiego Devesa <redacted>
Wed, 18 Dec 2024 22:21:42 +0000 (23:21 +0100)
committerGitHub <redacted>
Wed, 18 Dec 2024 22:21:42 +0000 (23:21 +0100)
commit9177484f589d770ffc4e655b9819124d6a22c1d9
tree60a886cfd6e10cffd5970a03f043f25ee9641706
parent0bf2d10c5514ff61b99897a4a5054f846e384e1e
ggml : fix arm build (#10890)

* ggml: GGML_NATIVE uses -mcpu=native on ARM

Signed-off-by: Adrien Gallouët <redacted>
* ggml: Show detected features with GGML_NATIVE

Signed-off-by: Adrien Gallouët <redacted>
* remove msvc support, add GGML_CPU_ARM_ARCH option

* disable llamafile in android example

* march -> mcpu, skip adding feature macros

ggml-ci

---------

Signed-off-by: Adrien Gallouët <redacted>
Co-authored-by: Adrien Gallouët <redacted>
examples/llama.android/llama/build.gradle.kts
ggml/CMakeLists.txt
ggml/src/ggml-cpu/CMakeLists.txt
ggml/src/ggml-cpu/ggml-cpu.cpp
ggml/src/ggml-cpu/llamafile/sgemm.cpp