]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
HIP: add GGML_HIP_MMQ_MFMA option to allow disableing the MFMA path. (llama/14930)
authoruvos <redacted>
Tue, 29 Jul 2025 15:44:30 +0000 (17:44 +0200)
committerGeorgi Gerganov <redacted>
Mon, 18 Aug 2025 17:30:45 +0000 (20:30 +0300)
commit7f203f41aa427e4ccb071bbfb39788b632577561
treeb6a60a98f29be5c411f99dc80d6cef6da48b0487
parenta3899e78afc4ce790886a60d3fb4eae05b8805fe
HIP: add GGML_HIP_MMQ_MFMA option to allow disableing the MFMA path. (llama/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