b9082
📦 llama-cppView on GitHub →
✨ 2 features🐛 1 fixes🔧 2 symbols
Summary
This release introduces L2_NORM support for the Hexagon backend and includes a cleanup in the hex-unary implementation.
✨ New Features
- Added L2_NORM feature support for the Hexagon backend via a new HVX kernel.
- Updated L2_NORM implementation.
🐛 Bug Fixes
- Removed supported_unary_nc check in hex-unary since the outer loop is shared across all unary operations.