]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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>
Mon, 29 Sep 2025 12:18:08 +0000 (15:18 +0300)
commit0a7096f4f31083815b15a8bfca4ed06bf77de145
tree9d0136298cc6db5c1444454ad487bfe611545323
parenteae2be0ca2118b8173eb0ee188134f02ebea581f
opencl: initial `q8_0` mv support (llama/15732)
ggml/src/ggml-opencl/CMakeLists.txt
ggml/src/ggml-opencl/ggml-opencl.cpp
ggml/src/ggml-opencl/kernels/cvt.cl
ggml/src/ggml-opencl/kernels/mul_mv_id_q8_0_f32.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/mul_mv_id_q8_0_f32_flat.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/mul_mv_q8_0_f32.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/mul_mv_q8_0_f32_flat.cl [new file with mode: 0644]