]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : fix arm build (llama/10890)
authorDiego Devesa <redacted>
Wed, 18 Dec 2024 22:21:42 +0000 (23:21 +0100)
committerGeorgi Gerganov <redacted>
Fri, 3 Jan 2025 12:00:38 +0000 (14:00 +0200)
commit2eccc3e6c565e521aaf6032d8485a4ae9af0eaf7
tree197fe3c898d4dc871fae336096577710a1deba2e
parent7e0e4d3e5bcd0641dc60c2780d68dd084a65571e
ggml : fix arm build (llama/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>
CMakeLists.txt
src/ggml-cpu/CMakeLists.txt
src/ggml-cpu/ggml-cpu.cpp
src/ggml-cpu/llamafile/sgemm.cpp