]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
opencl: initial q1_0 support (llama/25160)
authorlhez <redacted>
Wed, 1 Jul 2026 04:43:20 +0000 (21:43 -0700)
committerGeorgi Gerganov <redacted>
Fri, 10 Jul 2026 10:06:42 +0000 (13:06 +0300)
commit9804f9736c20f4da9948be88f4b055f928d3929e
treeff92a1f147e043548ecc7a1cfc666ad9db4dfc75
parent52302312e60ceb6bc292bdc1da61f63c974c33ac
opencl: initial q1_0 support (llama/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]