<details open=""> <p>TP: fix split state and granularity for fused QKV gemma4, qwen35 (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/28965">#28965</a>)</p> <ul> <li>model: calculate split states for attn_qkv from n_head * n_embd_head_k</li> …
<details open=""> <p>hexagon: accept the zeroed rope probe in supports_op (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/28995">#28995</a>)</p> <p>llama probes weight placement with a rope where all params are 0, so rejecting<br /> n_dims ==…
<details open=""> <p>rpc : invalidate cached compute graph when a referenced buffer is freed (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/24292">#24292</a>)</p> <p>The server caches the most recent compute graph per device so that<br /> GR…