]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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>
Wed, 22 Oct 2025 09:58:11 +0000 (12:58 +0300)
commit8ffdf4bd963bfe4437f35620d884884055a68f64
tree1c708226f97867fce301b8d9143b8ffd6ed4679f
parent6aa18cccd87893cc86773fc93a5dc54a52692c70
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
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_mxfp4_f32.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/gemv_moe_mxfp4_f32.cl [new file with mode: 0644]