Hardware & chips
github llama.cpp · 17d ago · 48 views

llama.cpp b10839 fixes Vulkan GET_ROWS misaligned offset crashes

The llama.cpp project released version b10839, which resolves hard crashes in the Vulkan backend caused by misaligned offsets during tensor row retrieval operations. Previously, models like Qwen3-TTS and Qwen3-VL would fail when using `ggml_view` with non-zero view offsets because the shader asserted on alignment violations relative to `minStorageBufferOffsetAlignment`. This update implements native support for aligned offsets in both quantized and non-quantized paths, eliminating the need for CPU fallbacks.