Commit 1cbc846
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 <Shalini.Salomi.Bodapati@ibm.com>
* Update ggml/src/ggml-cpu/llamafile/sgemm.cpp
Co-authored-by: Aaron Teo <taronaeo@gmail.com>
* Update sgemm.cpp
* Update sgemm.cpp
---------
Signed-off-by: Shalini Salomi Bodapati <Shalini.Salomi.Bodapati@ibm.com>
Co-authored-by: Aaron Teo <taronaeo@gmail.com>1 parent 3142f1d commit 1cbc846
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2321 | 2321 | | |
2322 | 2322 | | |
2323 | 2323 | | |
| 2324 | + | |
| 2325 | + | |
| 2326 | + | |
2324 | 2327 | | |
2325 | 2328 | | |
2326 | 2329 | | |
| |||
2334 | 2337 | | |
2335 | 2338 | | |
2336 | 2339 | | |
2337 | | - | |
2338 | 2340 | | |
2339 | 2341 | | |
2340 | 2342 | | |
| |||
2352 | 2354 | | |
2353 | 2355 | | |
2354 | 2356 | | |
| 2357 | + | |
2355 | 2358 | | |
2356 | 2359 | | |
2357 | 2360 | | |
| |||
3191 | 3194 | | |
3192 | 3195 | | |
3193 | 3196 | | |
| 3197 | + | |
| 3198 | + | |
| 3199 | + | |
3194 | 3200 | | |
3195 | 3201 | | |
3196 | 3202 | | |
3197 | 3203 | | |
3198 | 3204 | | |
3199 | 3205 | | |
| 3206 | + | |
3200 | 3207 | | |
3201 | 3208 | | |
3202 | 3209 | | |
| |||
0 commit comments