]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
opencl: initial `q8_0` mv support (llama/15732)
authorlhez <redacted>
Sun, 21 Sep 2025 21:48:44 +0000 (14:48 -0700)
committerGeorgi Gerganov <redacted>
Thu, 25 Sep 2025 08:56:34 +0000 (11:56 +0300)
commit92004336798995c4f141a832e3e2218e88851839
tree78d7373707ae7c0736309f37e5bfab04f10cd760
parenta4e2c167cf783aaa63c266f5511b528ac246d610
opencl: initial `q8_0` mv support (llama/15732)
src/ggml-opencl/CMakeLists.txt
src/ggml-opencl/ggml-opencl.cpp
src/ggml-opencl/kernels/cvt.cl
src/ggml-opencl/kernels/mul_mv_id_q8_0_f32.cl [new file with mode: 0644]
src/ggml-opencl/kernels/mul_mv_id_q8_0_f32_flat.cl [new file with mode: 0644]
src/ggml-opencl/kernels/mul_mv_q8_0_f32.cl [new file with mode: 0644]
src/ggml-opencl/kernels/mul_mv_q8_0_f32_flat.cl [new file with mode: 0644]