]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vulkan: fuse mul_mat_id + mul (#17095)
authorJeff Bolz <redacted>
Sun, 9 Nov 2025 08:48:42 +0000 (02:48 -0600)
committerGitHub <redacted>
Sun, 9 Nov 2025 08:48:42 +0000 (09:48 +0100)
commit80a6cf63473b95742444a1b27d45164591282a7d
treecde08679a74c2cfe4aae94037f37bb49f7cecdfa
parent0750a59903688746883b0ecb24ac5ceed68edbf1
vulkan: fuse mul_mat_id + mul (#17095)

* vulkan: fuse mul_mat_id + mul

This comes up in qwen3 moe.

* split mul_mat_id fusion tests into a separate class
ggml/src/ggml-vulkan/ggml-vulkan.cpp
ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_base.glsl
tests/test-backend-ops.cpp