b8824
📦 llama-cppView on GitHub →
✨ 1 features🐛 2 fixes🔧 7 symbols
Summary
This release focuses heavily on optimizing HMX matmul operations through internal refactoring and fixes a compilation error. It also introduces size limit checks for HAP_mmap functions.
✨ New Features
- Optimized HMX matmul operations by calculating row and column tiles upfront.
🐛 Bug Fixes
- Fixed a compiling error.
- Added size limit check for HAP_mmap in htp_iface_mmap and drop_mmap functions.