b8239
📦 llama-cppView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This release primarily addresses a critical data race issue within the Vulkan backend related to coopmat1 matrix multiplication operations.
🐛 Bug Fixes
- Fixed data races in vulkan coopmat1 mul_mat(_id) operations by adding barriers between coopmat store and regular loads, switching to subgroup control barriers.