]> git.djapps.eu Git - pkg/ggml/sources/ggml/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>
Sat, 2 Aug 2025 14:51:21 +0000 (17:51 +0300)
commit2393b2c963aa30f1fd0a31b8822e8ece13acd57e
tree1d5638fff00fe5b64819a6788a56ef0820ec714a
parent48e42412a736e47b101207223bcc4931efa28f68
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.
CMakeLists.txt
src/ggml-cuda/common.cuh
src/ggml-hip/CMakeLists.txt