Change8

b9457

📦 llama-cppView on GitHub →
🐛 1 fixes

Summary

This release focuses on performance improvements within the Vulkan backend by reducing host memory lock contention. It also provides numerous pre-built binaries for various operating systems and hardware configurations.

🐛 Bug Fixes

  • Vulkan implementation reduces host memory lock contention by replacing unique_lock with lock_guard.