]> git.djapps.eu Git - pkg/ggml/sources/ggml/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 16:15:25 +0000 (19:15 +0300)
commitcfa85c83104f4657e5d800780a38a83c604e8161
tree6f17e479c48c3db6585cd37ddb190e964db40b8e
parent2faffa95fcf588aded227dda0e43b26b638c0419
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>
src/ggml-opencl/CMakeLists.txt
src/ggml-opencl/ggml-opencl.cpp
src/ggml-opencl/kernels/mul_mv_id_mxfp4_f32.cl [new file with mode: 0644]
src/ggml-opencl/kernels/mul_mv_mxfp4_f32.cl [new file with mode: 0644]
src/ggml-opencl/kernels/transpose.cl