]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
opencl: add initial mxfp4 support via mv (#15270)
authorlhez <redacted>
Fri, 15 Aug 2025 16:52:14 +0000 (00:52 +0800)
committerGitHub <redacted>
Fri, 15 Aug 2025 16:52:14 +0000 (09:52 -0700)
commite2c1bfff5305c661ac53e9d57cb732ff626a2242
treeae5ac03ce1a89b9cbe1b3d90fe723b8ccfb1541c
parent5edf1592fdb9131d01321aeef4241c6a34969e27
opencl: add initial mxfp4 support via mv (#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