The llama.cpp project has released version b10356, which primarily targets the build infrastructure by switching the ROCm backend from version 7.2.1 to 7.14. This update aligns with ROCm 7.14 being the first production release using TheRock build system and involves migrating CI jobs to use multi-arch wheels for both Linux and Windows.

  • Switches ROCm target from 7.2.1 to 7.14 across Linux and Windows builds.
  • Migrates shared Windows setup actions to multi-arch ROCm wheels and updates build-cuda-windows.yml accordingly.
  • Adds new Windows binaries for CUDA 13 (x64) and preview support for CUDA 13.4 (arm64).
  • Provides pre-built binaries for macOS (Apple Silicon and Intel), Linux (CPU, Vulkan, OpenVINO, SYCL), Android, and iOS.

This release ensures compatibility with the latest ROCm infrastructure while expanding GPU acceleration options on Windows through newer CUDA versions.