]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
HIP: RDNA4 tensor core support for MMF (#17077)
authoryulo <redacted>
Fri, 21 Nov 2025 23:03:24 +0000 (07:03 +0800)
committerGitHub <redacted>
Fri, 21 Nov 2025 23:03:24 +0000 (00:03 +0100)
commit028f93ef9819d1a039f97d74d72380c986cd69aa
treef98ec8d01f02b3caecc8bba90def2012a0a9259d
parent8e9ddba610e8c86361e068117a1935cde94b8903
HIP: RDNA4 tensor core support for MMF (#17077)

* mmf for rdna4

* align the padding for rdna4

* forbit mul_mat_f for rdna4

* fix as comment

* remove device kernels

* add constexpr for early return

* update based on review comment

* change based on the review comment

* pass compile error

* keep code consistency

---------

Co-authored-by: zhang hui <redacted>
ggml/src/ggml-cuda/common.cuh
ggml/src/ggml-cuda/convert.cuh
ggml/src/ggml-cuda/mma.cuh
ggml/src/ggml-cuda/mmf.cu
ggml/src/ggml-cuda/mmf.cuh