]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vulkan: handle quantize_q8_1 overflowing the max workgroup count (#18515)
authorJeff Bolz <redacted>
Mon, 5 Jan 2026 10:30:14 +0000 (04:30 -0600)
committerGitHub <redacted>
Mon, 5 Jan 2026 10:30:14 +0000 (11:30 +0100)
commitb37124d2d2f0e4f6468746f2cbda286944627a75
treeafde1602b728ea0853c41ef89b43ef5f00660186
parenteadc4184caee5b5f68f31f19a2f65c6961748e46
vulkan: handle quantize_q8_1 overflowing the max workgroup count (#18515)

* vulkan: handle quantize_q8_1 overflowing the max workgroup count

* vulkan: Fix small tile size matmul on lavapipe

* fix mul_mat_id failures
ggml/src/ggml-vulkan/ggml-vulkan.cpp
ggml/src/ggml-vulkan/vulkan-shaders/quantize_q8_1.comp
tests/test-backend-ops.cpp