]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
vulkan: Fix FA coopmat1 invalid array indexing (llama/16365)
authorJeff Bolz <redacted>
Fri, 3 Oct 2025 09:52:46 +0000 (04:52 -0500)
committerGeorgi Gerganov <redacted>
Sun, 12 Oct 2025 04:57:25 +0000 (07:57 +0300)
commit03d16cb2026c140ab23ea550fdff1f8558c09317
treef3b58417430a5d762cacb9562044b28abd1aac8a
parente2da16cc367ac51bcc9ff698c5b3d460472650ca
vulkan: Fix FA coopmat1 invalid array indexing (llama/16365)

When computing sinks, the cm1 shader was looping r from 0 to Br rather than
to rows_per_thread. I must have copied this from the scalar path (where it is
correct), and somehow it wasn't causing failures on current drivers.
src/ggml-vulkan/vulkan-shaders/flash_attn_cm1.comp