The llama.cpp project released version b11090, which includes a fix for a sm_70 tile compilation error. The update generalizes the tile shape of the 5-argument load_ldmatrix function to resolve mismatches with Volta architectures.

  • Fixes compilation errors on sm_70 by generalizing load_ldmatrix tile shapes from <16,8> to <I,J>.
  • Provides binaries for macOS (Apple Silicon and Intel), iOS, Linux (CPU, CUDA, ROCm, OpenVINO, SYCL), Windows (CPU, CUDA, Vulkan, OpenCL, OpenVINO, SYCL, ROCm), Android, and openEuler.

This release ensures compatibility with older GPU architectures while maintaining support across a wide range of operating systems and hardware accelerators.