b9060
📦 llama-cppView on GitHub →
✨ 1 features🐛 1 fixes🔧 7 symbols
Summary
This release enhances the SYCL backend by adding several new mathematical operations and includes a fix for an abort during backend testing.
Migration Steps
- Added scope_dbg_print functionality to newly added SYCL operations.
- Added scope_dbg_print to the existing ssm_conv operation.
✨ New Features
- SYCL backend now supports FILL, CUMSUM, DIAG, SOLVE_TRI, SSM_SCAN, and GATED_DELTA_NET operations.
🐛 Bug Fixes
- Fixed an abort condition during test-backend-ops execution.