]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
opencl: add q4_0 MoE GEMM for Adreno (#22731)
authorShawn Gu <redacted>
Fri, 8 May 2026 04:17:07 +0000 (21:17 -0700)
committerGitHub <redacted>
Fri, 8 May 2026 04:17:07 +0000 (21:17 -0700)
commitf3e8d149ce174d615cbf6b96a83314ba6e00bd0c
tree4288bfa27fe91a86dc1788d4077b32ee99d9c66b
parent1d72d87349f1be2eb5a60a15a75673481af907d6
opencl: add q4_0 MoE GEMM for Adreno (#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]