]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : fix arm build (llama/10890)
authorDiego Devesa <redacted>
Wed, 18 Dec 2024 22:21:42 +0000 (23:21 +0100)
committerGeorgi Gerganov <redacted>
Sat, 4 Jan 2025 08:45:01 +0000 (10:45 +0200)
commit5ea088636fe251c717c07762ab83484c31b9f72e
treef5a5c191b667f1369fd1ace7346dd1f7e4c9666d
parentf32ddb3b1c12d753f9e2aa4d063a6c4a5000d12d
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>
ggml/CMakeLists.txt
ggml/src/ggml-cpu/CMakeLists.txt
ggml/src/ggml-cpu/ggml-cpu.cpp
ggml/src/ggml-cpu/llamafile/sgemm.cpp