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

Kunwar Grover llvmlistbot at llvm.org
Fri Jan 17 08:11:44 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
----------------
Groverkss wrote:

The above comment says the fp8 instructions are only supported on gfx940. Do we want to update that to "new in gfx940"?

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


More information about the Mlir-commits mailing list