]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
HIP: add GGML_HIP_MMQ_MFMA option to allow disableing the MFMA path. (#14930)
authoruvos <redacted>
Tue, 29 Jul 2025 15:44:30 +0000 (17:44 +0200)
committerGitHub <redacted>
Tue, 29 Jul 2025 15:44:30 +0000 (17:44 +0200)
commitb77d11179d7efe68ce5c913006f2ef9ee17cc8f7
treefeedf98f7734d7231b5a1f977260760566be7d5d
parentc7aa1364fd59b2ac06fd9e0a719253d968472dc3
HIP: add GGML_HIP_MMQ_MFMA option to allow disableing the MFMA path. (#14930)

This is useful for testing for regressions on GCN with CDNA hardware.

With GGML_HIP_MMQ_MFMA=Off and GGML_CUDA_FORCE_MMQ=On we can conveniently test the GCN code path on CDNA. As CDNA is just GCN renamed with MFMA added and limited use ACC registers, this provides a good alternative for regression testing when GCN hardware is not available.
ggml/CMakeLists.txt
ggml/src/ggml-cuda/common.cuh
ggml/src/ggml-hip/CMakeLists.txt