RepoJournal

$ cat local-llm/week/2026-08-31.log

Local LLMs

Local LLMs

the week in review · Aug 31 – Sep 6, 2026

Vulkan top_k radix select arrives for long rows

llama.cpp's Vulkan backend adds top_k radix select; vLLM security patch bounds validation-error responses, and AutoRound FP8 support ships.

756 commits 753 PRs merged 63 releases 7 briefings covered

What shipped: The standout is llama.cpp's Vulkan top_k radix select for k >= 1024, targeting Qwen 3.8 Flash Next [1]. Backend work also includes HIP Q2_0 dot-product optimization for gfx1201 [2], RDNA3 mmq tuning [3], and a new SWIGLU_CLAMP ggml op [4]. vLLM shipped a security fix that bounds the validation-error response body [5], alongside AutoRound Format Block-Wise FP8 support [6] and speculative decoding CUDA graph memory-safety fixes [7]. Multiple diffusion model fusions landed in SGLang: Qwen-Image output projection bias absorption [8], FLUX.2 gated residual normalization on Blackwell [9], and Qwen-Image FP8 QKV projection [10].

Why it matters: The vLLM security fix is the only action item; bound your error response sizes. For performance, the Vulkan top_k radix select promises faster sampling for long-row cases, and the HIP Q2_0 optimization benefits RDNA3 users. The diffusion fusions in SGLang are prebuilt optimizations that should speed up inference for those models. Ollama now honors model generation defaults [11], which means the server may override client-provided settings unless you explicitly send them.

Also: vLLM added LoRA and fusion support in its kernels (not listed above, but referenced), speculative decoding under structured output in Ollama , and a fast-start zero-copy mapping . Git was not in scope, but note: vLLM's ROCm dual-stream decode with hipgraphs improves throughput on AMD. SGLang extended speculative decoding with LFM2 and LFM2-MoE , and llama.cpp added SYCL free-memory reporting .

References

  1. [1] vulkan: top_k radix select for k >= 1024 for Qwen 3.8 Flash Next ↗ ggml-org/llama.cpp
  2. [2] hip : optimize Q2_0 dot-product path for gfx1201 (#26753) ↗ ggml-org/llama.cpp
  3. [3] HIP: tune rdna 3 mmq configs ↗ ggml-org/llama.cpp
  4. [4] ggml: add SWIGLU_CLAMP ↗ ggml-org/llama.cpp
  5. [5] [Bugfix][Security] Bound the validation-error response body (#54684) ↗ vllm-project/vllm
  6. [6] [AutoRound] Support AutoRound Format Block-Wise FP8 in vLLM ↗ vllm-project/vllm
  7. [7] [Bugfix][Spec Decode] Keep default CUDA graph sizes memory-safe ↗ vllm-project/vllm
  8. [8] [diffusion] perf: absorb Qwen-Image output projection biases ↗ sgl-project/sglang
  9. [9] [Diffusion] Fuse FLUX.2 gated residual normalization on Blackwell ↗ sgl-project/sglang
  10. [10] [Diffusion] Fuse Qwen-Image FP8 QKV projection and Blackwell epilogue ↗ sgl-project/sglang
  11. [11] Honor model generation defaults ↗ ollama/ollama

$ ls local-llm/week/ # the briefings behind this review