PulseAugur
EN
LIVE 23:35:50

llama.cpp releases bring Vulkan SDK updates and performance optimizations · 10 sources tracked

The llama.cpp project has released several updates, including version b10211 which features an update to the Vulkan SDK to 1.4.357.0. Previous releases, such as b10210, included fixes for server-side token replay. Other updates have focused on optimizing SYCL and CUDA performance, improving flash attention for various hardware and data types, and enhancing matrix multiplication operations. AI

IMPACT Ongoing optimizations and bug fixes for llama.cpp improve the performance and stability of local LLM inference.

RANK_REASON This cluster consists of multiple release notes for the llama.cpp project, detailing software updates and bug fixes rather than a novel product launch or research breakthrough.

Read on llama.cpp — Releases →

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

llama.cpp releases bring Vulkan SDK updates and performance optimizations · 10 sources tracked

COVERAGE [15]

  1. llama.cpp — Releases TIER_1 (SO) · github-actions[bot] ·

    b10216

    <details open=""> <p>vulkan: add POOL_1D op (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/25431">#25431</a>)</p> <ul> <li>vulkan : add pool1d push constants and pipeline field</li> </ul> <p>Declared data structures needed for POOL1D OP, whi…

  2. llama.cpp — Releases TIER_1 (SO) · github-actions[bot] ·

    b10215

    <details open=""> <p>vulkan: Introduce driver version check for Windows Intel GPU to mitigate crashing (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/25192">#25192</a>)</p> <ul> <li>Removed crash guard for Intel</li> </ul> <p>Crash fixed fro…

  3. llama.cpp — Releases TIER_1 (SO) · github-actions[bot] ·

    b10214

    <details open=""> <p>mtmd: add n_embd_head (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/26342">#26342</a>)</p> <p>Co-authored-by: Daniel Han <a href="mailto:[email protected]">[email protected]</a></p> </details> <p><strong>Website:</s…

  4. llama.cpp — Releases TIER_1 (SO) · github-actions[bot] ·

    b10213

    <details open=""> <p>Support rotated kv cache quant (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/26180">#26180</a>)</p> </details> <p><strong>Website:</strong></p> <ul> <li><a href="https://llama.app" rel="nofollow">https://llama.app</a></…

  5. llama.cpp — Releases TIER_1 (SO) · github-actions[bot] ·

    b10212

    <details open=""> <p>llama : load MTP tensors only if they are really used (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/26296">#26296</a>)</p> <ul> <li> <p>llama : load MTP tensors only if they are really used</p> </li> <li> <p>llama : ski…

  6. llama.cpp — Releases TIER_1 (SO) · github-actions[bot] ·

    b10211

    <details open=""> <p>vulkan: update vulkan sdk to 1.4.357.0 (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/26303">#26303</a>)</p> </details> <p><strong>Website:</strong></p> <ul> <li><a href="https://llama.app" rel="nofollow">https://llama.a…

  7. llama.cpp — Releases TIER_1 (SO) · github-actions[bot] ·

    b10210

    <details open=""> <p>server: correct accepted tokens when need draft token replay (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/26320">#26320</a>)</p> <ul> <li> <p>spec: correct accepted tokens when need draft token replay</p> </li> <li> <p…

  8. llama.cpp — Releases TIER_1 (SO) · github-actions[bot] ·

    b10209

    <details open=""> <p>cuda: extract Q2_0 elements via __byte_perm (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/25603">#25603</a>)</p> </details> <p><strong>Website:</strong></p> <ul> <li><a href="https://llama.app" rel="nofollow">https://ll…

  9. llama.cpp — Releases TIER_1 (SO) · github-actions[bot] ·

    b10208

    <details open=""> <p>SYCL: add oneMKL GEMM flash attention for XMX-accelerated prompt proc… (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/25025">#25025</a>)</p> <ul> <li> <p>SYCL: add oneMKL GEMM flash attention for XMX-accelerated prompt p…

  10. llama.cpp — Releases TIER_1 (SO) · github-actions[bot] ·

    b10207

    <details open=""> <p>[SYCL] support the missed types in cpy (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/26005">#26005</a>)</p> <ul> <li> <p>support the missed types in cpy</p> </li> <li> <p>use correct funct</p> </li> <li> <p>rm unused co…

  11. llama.cpp — Releases TIER_1 (SO) · github-actions[bot] ·

    b10205

    <details open=""> <p>ggml-zendnn : group matmul direct API for mul_mat_id (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/25918">#25918</a>)</p> <ul> <li> <p>ggml-zendnn : group matmul API for mul_mat_id</p> </li> <li> <p>ggml-zendnn : scale …

  12. llama.cpp — Releases TIER_1 (SO) · github-actions[bot] ·

    b10204

    <details open=""> <p>sycl : support dev2dev memcpy by DEV2DEV_MEMCPY_FORWARD (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/26234">#26234</a>)</p> <p>Co-authored-by: Neo Zhang Jianyu <a href="mailto:[email protected]">jianyu.zhang@intel…

  13. llama.cpp — Releases TIER_1 (SO) · github-actions[bot] ·

    b10203

    <details open=""> <p>[SYCL] Support q2 mul_mat (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/26231">#26231</a>)</p> <ul> <li> <p>support q2_0 in mul_mat</p> </li> <li> <p>support more q2_0 case</p> </li> </ul> </details> <p><strong>Website:…

  14. llama.cpp — Releases TIER_1 (SO) · github-actions[bot] ·

    b10202

    <details open=""> <p>sycl: fuse RMS_NORM + MUL (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/26015">#26015</a>)</p> </details> <p><strong>Website:</strong></p> <ul> <li><a href="https://llama.app" rel="nofollow">https://llama.app</a></li> <…

  15. llama.cpp — Releases TIER_1 (SO) · github-actions[bot] ·

    b10201

    <details open=""> <p>ggml-webgpu: improve flash_attn_vec for quantized KV at long contexts (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/25956">#25956</a>)</p> <ul> <li> <p>improve fa of quantized kv cache</p> </li> <li> <p>Fix some bugs an…