]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
vulkan: fix mmq out of bounds reads (llama/17108)
authorRuben Ortlam <redacted>
Sun, 9 Nov 2025 08:52:57 +0000 (09:52 +0100)
committerGeorgi Gerganov <redacted>
Sun, 9 Nov 2025 16:30:22 +0000 (18:30 +0200)
commita82323a6d2bd8c24e3daa3bf6f845f4ccbbd5347
tree1768b946cdd0a57b0d2f15ad9e3753339b85ba02
parent2d1360e75b878251f0352b3e73214d0dcab7e841
vulkan: fix mmq out of bounds reads (llama/17108)

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

* fix mul_mat_id quantization call

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