]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
cmake: Added more x86_64 CPU backends when building with `GGML_CPU_ALL_VARIANTS=On...
authorBoian Berberov <redacted>
Sun, 28 Dec 2025 07:33:29 +0000 (07:33 +0000)
committerGeorgi Gerganov <redacted>
Wed, 31 Dec 2025 15:52:09 +0000 (17:52 +0200)
commitb3788ef7297ce302171b5fa46ee652683f668884
tree92cfeeae8dbfbeea65091190136c11be39858288
parent31fc2c37c88afbc0ef3caa330fa092d67ff757f9
cmake: Added more x86_64 CPU backends when building with `GGML_CPU_ALL_VARIANTS=On` (llama/18186)

* minor: Consolidated `#include <immintrin.h>` under `ggml-cpu-impl.h`

* cmake: Added more x86-64 CPU backends when building with `GGML_CPU_ALL_VARIANTS=On`

- `ivybridge`
- `piledriver`
- `cannonlake`
- `cascadelake`
- `cooperlake`
- `zen4`

Resolves: #17966
ggml/CMakeLists.txt
ggml/src/CMakeLists.txt
ggml/src/ggml-cpu/ggml-cpu-impl.h
ggml/src/ggml-cpu/simd-mappings.h
ggml/src/ggml-impl.h