[Mlir-commits] [mlir] Add gfx950 mfma instructions to ROCDL dialect (PR #123361)

Krzysztof Drewniak llvmlistbot at llvm.org
Fri Jan 17 08:29:12 PST 2025


================
@@ -388,6 +388,13 @@ def ROCDL_mfma_f32_32x32x16_bf8_bf8 : ROCDL_Mfma_IntrOp<"mfma.f32.32x32x16.bf8.b
 def ROCDL_mfma_f32_32x32x16_bf8_fp8 : ROCDL_Mfma_IntrOp<"mfma.f32.32x32x16.bf8.fp8">;
 def ROCDL_mfma_f32_32x32x16_fp8_bf8 : ROCDL_Mfma_IntrOp<"mfma.f32.32x32x16.fp8.bf8">;
 def ROCDL_mfma_f32_32x32x16_fp8_fp8 : ROCDL_Mfma_IntrOp<"mfma.f32.32x32x16.fp8.fp8">;
+// New in gfx950
----------------
krzysz00 wrote:

So yeah, comment needs updating

https://github.com/llvm/llvm-project/pull/123361


More information about the Mlir-commits mailing list