]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
cmake: Factor out CPU architecture detection (llama/13883)
authorChristian Kastner <redacted>
Thu, 29 May 2025 10:50:25 +0000 (12:50 +0200)
committerGeorgi Gerganov <redacted>
Sun, 1 Jun 2025 12:14:44 +0000 (15:14 +0300)
commit1d7b3c79f422dbbcb98586ea1fafb8d53d7dba4e
tree6c68d9339be8ba368794c0352a5da0a6c7cf91bf
parentccfaac2bb04597d804e1403df26bcd517adf787e
cmake: Factor out CPU architecture detection (llama/13883)

* cmake: Define function for querying architecture

The tests and results match exactly those of src/CMakeLists.txt

* Switch arch detection over to new function
ggml/cmake/common.cmake
ggml/src/CMakeLists.txt
ggml/src/ggml-cpu/CMakeLists.txt