[llvm] AMDGPU: Correct cycle counts for f64 mfma on gfx940 (PR #83782)
Stanislav Mekhanoshin via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 4 11:36:00 PST 2024
================
@@ -481,8 +481,7 @@ body: |
# GCN-LABEL: name: dmfma16x16_write_vgpr_flat_read
# GCN: V_MFMA
# GCN-NEXT: S_NOP 7
-# GCN-NEXT: S_NOP 7
-# GCN-NEXT: S_NOP 1
+# GCN-NEXT: S_NOP 2
----------------
rampitec wrote:
This still shall be 18 wait states.
https://github.com/llvm/llvm-project/pull/83782
More information about the llvm-commits
mailing list