The llama.cpp project released version b10427, which includes a performance optimization for Intel Arc GPUs via SYCL. The update implements a fusion of the gate, up, and GLU operations within the q4_K dense feed-forward network (FFN) layer.

  • Measured on an Arc Pro B70 using llama-bench, throughput increased by 2.8% for qwen2.5-3B-Instruct and 2.0% for gemma-2-2b-it.
  • Batched inference benchmarks on qwen2.5-3B showed significant gains: +3.4% at batch size 1, rising to +10.1% at B=2, +10.7% at B=4, and +12.4% at B=8.

This release provides precompiled binaries for macOS, Linux, Windows, Android, and openEuler across CPU, CUDA, Vulkan, ROCm, and OpenVINO backends.