]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vulkan: vec dot matrix multiplication fix (#16151)
authorRuben Ortlam <redacted>
Mon, 22 Sep 2025 05:22:43 +0000 (07:22 +0200)
committerGitHub <redacted>
Mon, 22 Sep 2025 05:22:43 +0000 (07:22 +0200)
commit9073a73d82a916cea0809de225ef5175c3a86e91
tree121cdb88c7bf4d4b4582c3b38bba670cf9f6c31c
parent51f5a45fbe575dcd54bdd2a339ef8e8424d1c12a
vulkan: vec dot matrix multiplication fix (#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
ggml/src/ggml-vulkan/vulkan-shaders/mul_mm.comp
ggml/src/ggml-vulkan/vulkan-shaders/mul_mm_funcs.comp
ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp
tests/test-backend-ops.cpp