]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
opencl: initial `q8_0` mv support (#15732)
authorlhez <redacted>
Sun, 21 Sep 2025 21:48:44 +0000 (14:48 -0700)
committerGitHub <redacted>
Sun, 21 Sep 2025 21:48:44 +0000 (14:48 -0700)
commitc4510dc9374e17dcb8726902ab5216067a92b3d3
tree423ddd8eff08ba6b9f694bde92ef73157436330c
parentda30ab5f8696cabb2d4620cdc0aa41a298c54fd6
opencl: initial `q8_0` mv support (#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]