]> git.djapps.eu Git - pkg/ggml/sources/ggml/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 10:39:43 +0000 (12:39 +0200)
commit62b6d8cec7a930797d372a68aa1989c6632efcce
tree5a6350d22edbb94a099d70ed478136749817d88c
parentfc65c4ccfbbfeb66eb091b23255db114cd3c5b45
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
CMakeLists.txt
src/CMakeLists.txt
src/ggml-cpu/ggml-cpu-impl.h
src/ggml-cpu/simd-mappings.h
src/ggml-impl.h