]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
opencl: initial q1_0 support (#25160)
authorlhez <redacted>
Wed, 1 Jul 2026 04:43:20 +0000 (21:43 -0700)
committerGitHub <redacted>
Wed, 1 Jul 2026 04:43:20 +0000 (21:43 -0700)
commitfd1a05791da1c06dc8bebdd537aa5212831d7cf6
treed4223265ebb0e2fdc619247bfd2277e024120068
parent0eca4d490e591d4e93058d07540cf47278a72577
opencl: initial q1_0 support (#25160)

* opencl: general q1_0 support

* opencl: add Adreno GEMM/GEMV for q1_0
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/gemm_noshuffle_q1_0_f32.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/gemv_noshuffle_q1_0_f32.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/mul_mm_q1_0_f32_l4_lm.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/mul_mv_q1_0_f32.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/mul_mv_q1_0_f32_flat.cl [new file with mode: 0644]