The llama.cpp project released build b10639, which includes a fix for the Vulkan backend where warptiles previously assumed warp sizes were less than or equal to 64. This change clamps the warp size to work around issues with larger warps.
The release provides binaries for macOS (Apple Silicon and Intel), iOS, Linux (CPU, Vulkan, ROCm, OpenVINO, SYCL), Android, Windows (CPU, CUDA, Vulkan, OpenCL, OpenVINO, SYCL, ROCm), and openEuler. It also includes the llama.cpp UI.
This update ensures compatibility with hardware configurations that utilize warp sizes larger than 64.