[Mlir-commits] [mlir] Add gfx950 mfma instructions to ROCDL dialect (PR #123361)
Jakub Kuderski
llvmlistbot at llvm.org
Sun Jan 19 13:10:33 PST 2025
================
@@ -388,6 +387,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
----------------
kuhar wrote:
```suggestion
// New in gfx950.
```
see https://llvm.org/docs/CodingStandards.html#commenting
https://github.com/llvm/llvm-project/pull/123361
More information about the Mlir-commits
mailing list