]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
HIP: add mmf for CDNA (llama/18896)
authoryulo <redacted>
Thu, 29 Jan 2026 10:10:53 +0000 (18:10 +0800)
committerGeorgi Gerganov <redacted>
Fri, 30 Jan 2026 13:56:40 +0000 (15:56 +0200)
commit34a3e28a084bf2819e12a9d7bd920313ba44663b
tree65085f31498233cdc7c63cb0761579df1d686fc1
parente0a2182970ed7c1e4e75f381c4b5e18407d2d670
HIP: add mmf for CDNA (llama/18896)

* refactor mmf rows_per_block

* speed up compile

* pass cdna compile

* fix cuda error

* clean up mmf

* f32 mmf

* clean float mma

* fix mmf error

* faster mmf

* extend tile k

* fix compile error

* Revert "extend tile k"

This reverts commit 4d2ef3d483932659801a59a5af0b6b48f6ffd5c7.

* fix smem overflow

* speed up compiling mmf

* speed up compile for hip

* 512 block for cdna

* config pad size

* fix as comment

* update select logic

* move some code to cuh

* fix as comment

* correct cdna3 config

---------

Co-authored-by: zhang hui <redacted>
ggml/src/ggml-cuda/mma.cuh
ggml/src/ggml-cuda/mmf.cu
ggml/src/ggml-cuda/mmf.cuh
ggml/src/ggml-hip/CMakeLists.txt