]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
opencl: add flattened Q4_K mv and general Q4_K mm (llama/20773)
authorshaofeiqi <redacted>
Mon, 23 Mar 2026 05:45:11 +0000 (22:45 -0700)
committerGeorgi Gerganov <redacted>
Sat, 28 Mar 2026 11:39:09 +0000 (13:39 +0200)
commitf3239b52931534636bcf9575d1a95a001d77c45f
treeadb658c71d2aed48fab60ac71921f3dca43cecb0
parentfd4e581b59290cc9ede8e87273580c92030da35d
opencl: add flattened Q4_K mv and general Q4_K mm (llama/20773)
src/ggml-opencl/CMakeLists.txt
src/ggml-opencl/ggml-opencl.cpp
src/ggml-opencl/kernels/cvt.cl
src/ggml-opencl/kernels/mul_mm_q4_k_f32_l4_lm.cl [new file with mode: 0644]
src/ggml-opencl/kernels/mul_mv_q4_k_f32_flat.cl [new file with mode: 0644]