]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml-cpu : disable tiled matmul on AIX to fix page boundary segfault (llama/22293)
authorshalinib-ibm <redacted>
Wed, 29 Apr 2026 10:32:40 +0000 (16:02 +0530)
committerGeorgi Gerganov <redacted>
Fri, 1 May 2026 10:07:34 +0000 (13:07 +0300)
commit9f2cec1840b38f510b0098fc767a622c40b8a433
tree5696c17ea8ff441d575ca6a55d9ff0baeaa6a09d
parentc59a7736051d497d9370db54f01c46845e6bb8ad
ggml-cpu : disable tiled matmul on AIX to fix page boundary segfault (llama/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