]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-cpu : disable tiled matmul on AIX to fix page boundary segfault (#22293)
authorshalinib-ibm <redacted>
Wed, 29 Apr 2026 10:32:40 +0000 (16:02 +0530)
committerGitHub <redacted>
Wed, 29 Apr 2026 10:32:40 +0000 (13:32 +0300)
commit1cbc846ebadc3df14c57a8a1cff621d5721ff025
tree3a3f4a5924ae3e8236ac7d504f5b4cf7fe39c27d
parent3142f1dbb9d8b492a721a9194872f7901322f622
ggml-cpu : disable tiled matmul on AIX to fix page boundary segfault (#22293)

* ggml-cpu : disable tiled matmul on AIX to fix page boundary segfault

vec_xst operations in the tiled path crash on AIX when writing
near 4KB page boundaries due to strict memory protection. Fall
back to mnpack implementation on AIX for stable execution.

Signed-off-by: Shalini Salomi Bodapati <redacted>
* Update ggml/src/ggml-cpu/llamafile/sgemm.cpp

Co-authored-by: Aaron Teo <redacted>
* Update sgemm.cpp

* Update sgemm.cpp

---------

Signed-off-by: Shalini Salomi Bodapati <redacted>
Co-authored-by: Aaron Teo <redacted>
ggml/src/ggml-cpu/llamafile/sgemm.cpp