Change8

b9846

📦 llama-cppView on GitHub →
🐛 3 fixes🔧 1 symbols

Summary

This release focuses on updates to the Vulkan backend, specifically addressing the BK loop unroll in matmul operations for Asahi Linux, alongside providing updated pre-compiled binaries for numerous platforms.

Migration Steps

  1. For Asahi Linux users utilizing Vulkan, note that the implementation for rolling the BK loop in matmul has been adjusted (including editing SPIR-V directly).

🐛 Bug Fixes

  • Reverted the BK-loop unroll change in vulkan matmul.
  • Fixed an inline comment in vulkan code.
  • Removed trailing whitespace at the end of comments in vulkan code.

Affected Symbols