]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
opencl: add initial mxfp4 support via mv (llama/15270)
authorlhez <redacted>
Fri, 15 Aug 2025 16:52:14 +0000 (00:52 +0800)
committerGeorgi Gerganov <redacted>
Mon, 18 Aug 2025 17:30:45 +0000 (20:30 +0300)
commit77771b2711cb8fb7af9fdc7b6fb98a04cd55f3e0
treef40eabcba12c5069892d9de1c499ee6fa58e9e67
parent1e8d692365e44f165980acad9954b945e35b44f0
opencl: add initial mxfp4 support via mv (llama/15270)

* opencl: add reference `mul_mv_mxfp4_f32`

* opencl: add reference `mul_mv_id` for mxfp4

* Q4_0 tranpose fix for Adreno

---------

Co-authored-by: shawngu-quic <redacted>
ggml/src/ggml-opencl/CMakeLists.txt
ggml/src/ggml-opencl/ggml-opencl.cpp
ggml/src/ggml-opencl/kernels/mul_mv_id_mxfp4_f32.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/mul_mv_mxfp4_f32.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/transpose.cl