b10691
📦 llama-cppView on GitHub →
🐛 5 fixes🔧 4 symbols
Summary
This release addresses a critical null-pipeline crash in Metal for F16 src1 mul_mat/mul_mat_id operations and includes related stability improvements.
🐛 Bug Fixes
- Fixed a null-pipeline crash for F16 src1 mul_mat/mul_mat_id operations on Metal.
- Fail closed on mul_mat shapes with missing F16 kernels.
- Abort on nil pipeline in encoder_set_pipeline.
- Address review comments.
- Share mul_mat mm dispatch with supports_op.