]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
opencl: add q4_0 MoE GEMM for Adreno (llama/22731)
authorShawn Gu <redacted>
Fri, 8 May 2026 04:17:07 +0000 (21:17 -0700)
committerGeorgi Gerganov <redacted>
Thu, 14 May 2026 18:26:48 +0000 (21:26 +0300)
commitef77e10404ade9b4e74f5a546d974c9463defe94
treed4d13c92f39a8956eab15c17c4cacb2bb183e4f8
parent6e91ed3b338f221c51c02439abf4c4e952ebe306
opencl: add q4_0 MoE GEMM for Adreno (llama/22731)

* Q4_0 MoE CLC pass sanity check

* release program

* opencl: fix whitespace

* opencl: remove unused cl_program

* opencl: break #if block to make it more clear

* opencl: adjust format

---------

Co-authored-by: Li He <redacted>
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_moe_q4_0_f32_ns.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/gemv_moe_q4_0_f32_ns.cl [new file with mode: 0644]