]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
opencl: add general Q6_K mm and Q4_K mv (llama/19347)
authorlhez <redacted>
Wed, 11 Feb 2026 18:33:13 +0000 (10:33 -0800)
committerGeorgi Gerganov <redacted>
Sat, 14 Feb 2026 22:20:18 +0000 (00:20 +0200)
commit2eb9686f401782c710fc361f44f145a6324bf93d
treec0e75849fcb78bdaec56ef6bca109e78cf90bc91
parentee3d399357ffb387dd16bb46c44a467ed0f66375
opencl: add general Q6_K mm and Q4_K mv (llama/19347)

* opencl: add general q6_k mm

* opencl: refine condition for q6_K mm

* opencl: add general q4_K mv

* opencl: fix whitespace
src/ggml-opencl/CMakeLists.txt
src/ggml-opencl/ggml-opencl.cpp
src/ggml-opencl/kernels/mul_mm_q6_k_f32_l4_lm.cl [new file with mode: 0644]
src/ggml-opencl/kernels/mul_mv_q4_k_f32.cl [new file with mode: 0644]