The llama.cpp project released version b10997, which includes a change to the Mixture of Experts (MoE) ncols_opt tile heuristic to support the RDNA3.5 architecture.

  • The code in ggml/src/ggml-cuda/mmq.cu was updated to include RDNA3.5 in the condition check.
  • Performance tests on an AMD Radeon 8060S showed a +16.198% speedup for LFM2.5-8B-A1B-UD-Q4_K_M and +6.189% for Qwen1.5-MoE-A2.7B-Q2_K.
  • The release provides binaries for macOS, Linux, Windows, Android, and openEuler across CPU, CUDA, ROCm, Vulkan, OpenVINO, and SYCL backends.