]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
vulkan: vec dot matrix multiplication fix (llama/16151)
authorRuben Ortlam <redacted>
Mon, 22 Sep 2025 05:22:43 +0000 (07:22 +0200)
committerGeorgi Gerganov <redacted>
Thu, 25 Sep 2025 08:56:34 +0000 (11:56 +0300)
commit5594e896fbb272dd6eb6dc9803f99645b2450fab
treea18c63bb183a3fbcf81af794c5d346d7b7e5a777
parent81a62951e71a253f70f67e555bf547a2872a03b4
vulkan: vec dot matrix multiplication fix (llama/16151)

* vulkan: fix matrix multiplication index calculation for odd m/n and odd k in combination with batching

* add odd m/n + odd k test with batching
src/ggml-vulkan/vulkan-shaders/mul_mm.comp
src/ggml-vulkan/vulkan-shaders/mul_mm_funcs.comp
src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp
tests/test-backend-ops.cpp