b8312
📦 llama-cppView on GitHub →
🐛 2 fixes🔧 2 symbols
Summary
This release includes optimizations for the metal backend by avoiding modulus operations in the bin kernel and fixes an issue with the capture_started flag.
🐛 Bug Fixes
- Avoided modulus operation in the bin kernel when not broadcasting for metal backend.
- Fixed the capture_started flag in the metal backend.