]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vulkan: fix mmq out of bounds reads (#17108)
authorRuben Ortlam <redacted>
Sun, 9 Nov 2025 08:52:57 +0000 (09:52 +0100)
committerGitHub <redacted>
Sun, 9 Nov 2025 08:52:57 +0000 (09:52 +0100)
commit8a3519b70898b07ec05c391418a05aaa6b377c83
treedb962a90787d2756085b1f150162330c8fd862d5
parent80a6cf63473b95742444a1b27d45164591282a7d
vulkan: fix mmq out of bounds reads (#17108)

* vulkan: fix mmq out of bounds reads, streamline outdated matmul host code

* fix mul_mat_id quantization call

* Fix compiler warnings
ggml/src/ggml-vulkan/ggml-vulkan.cpp
ggml/src/ggml-vulkan/vulkan-shaders/mul_mmq.comp
ggml/src/ggml-vulkan/vulkan-shaders/mul_mmq_funcs.glsl
ggml/src/ggml-vulkan/vulkan-shaders/quantize_q8_1.comp
tests/test-backend-ops.cpp