]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml: enable PowerPC backend variants on AIX (#25983)
authorshalinib-ibm <redacted>
Wed, 22 Jul 2026 09:26:40 +0000 (14:56 +0530)
committerGitHub <redacted>
Wed, 22 Jul 2026 09:26:40 +0000 (17:26 +0800)
commit3ce7da2c852c538c4c5f9806da27029cf8c9cc4a
treecfbb48d88cfd7f0530f27e08b0112dd66c001816
parentb4d6c7d8ff69c2e05e4e8ee7e6e710a08abd7b45
ggml: enable PowerPC backend variants on AIX (#25983)

* ggml: enable PowerPC backend variants on AIX

Allow the PowerPC CPU backend variants to be built on AIX by extending the platform check in the CMake configuration. This reuses the existing PowerPC backend implementations without changing their behavior.

Also fix a missing semicolon in the PowerPC Q0 matmul implementation.

* Fix missing semicolon in sgemm.cpp
ggml/src/CMakeLists.txt
ggml/src/ggml-cpu/llamafile/sgemm.cpp