]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
opencl: add general Q6_K mm and Q4_K mv (#19347)
authorlhez <redacted>
Wed, 11 Feb 2026 18:33:13 +0000 (10:33 -0800)
committerGitHub <redacted>
Wed, 11 Feb 2026 18:33:13 +0000 (10:33 -0800)
commit4d3daf80f8834e0eb5148efc7610513f1e263653
tree3f477bb16d6a8fdb8bc24475a743e49d0d4ef712
parent914dde72babffc8aa2e04c97dafcec029a671b2e
opencl: add general Q6_K mm and Q4_K mv (#19347)

* opencl: add general q6_k mm

* opencl: refine condition for q6_K mm

* opencl: add general q4_K mv

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