]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
opencl: transposed gemm/gemv moe kernel with mxfp4,f32 (llama/16602)
authorShawn Gu <redacted>
Sat, 18 Oct 2025 00:55:32 +0000 (17:55 -0700)
committerGeorgi Gerganov <redacted>
Tue, 21 Oct 2025 15:14:33 +0000 (18:14 +0300)
commit90fac5e0309f3d88890175a1283b64f4042b852b
tree5ffbbfc8e3ba00aa5fdb00ceb0449be88aa58938
parent37ac04ee71d370c7fd26310056d149150347aa8d
opencl: transposed gemm/gemv moe kernel with mxfp4,f32 (llama/16602)

* opencl: transposed gemm/gemv moe kernel with mxfp4,f32

* add restore kernel for moe transpose

* fix trailing whitespaces

* resolve compilation warnings
src/ggml-opencl/CMakeLists.txt
src/ggml-opencl/ggml-opencl.cpp
src/ggml-opencl/kernels/cvt.cl
src/ggml-opencl/kernels/gemm_moe_mxfp4_f32.cl [new file with mode: 0644]
src/ggml-opencl/kernels/gemv_moe_mxfp4_f32.cl [new file with mode: 0644]