PulseAugur
EN
LIVE 21:45:47

llama.cpp boosts SYCL/Intel GPU support with performance optimizations

The llama.cpp project has released several updates enhancing its SYCL and Intel GPU support. These updates include optimizations for Flash Attention using the XMX engine and the oneDNN graph API, leading to significant speedups for models like Qwen3.6-27b. Additionally, the changes address buffer size minimums for USM system allocations and introduce support for new operations like OP XIELU and fp16 kernel types for conv2d_dw. AI

IMPACT Improves inference performance for local LLM deployments on Intel hardware.

RANK_REASON Updates to an open-source inference library for specific hardware acceleration.

Read on r/LocalLLaMA →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

llama.cpp boosts SYCL/Intel GPU support with performance optimizations

COVERAGE [1]

  1. r/LocalLLaMA TIER_1 (CA) · /u/pmttyji ·

    Recent llama.cpp updates for SYCL/Intel

    <!-- SC_OFF --><div class="md"><p>Some fixes &amp; boost(pp) for SYCL/Intel.</p> <p><strong>Merged PRs:</strong></p> <ul> <li><a href="https://github.com/ggml-org/llama.cpp/pull/25222">[SYCL] Flash Attention with XMX engine via oneDNN graph API (SDPA) on KV f16 for Xe2 ; Qwen3.6-…