Skip to content

Commit 4f9749e

Browse files
undo unused change
Signed-off-by: Muzammiluddin Syed <[email protected]>
1 parent 79f1484 commit 4f9749e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def ROCDL_smfmac_f32_32x32x32_fp8_fp8 : ROCDL_Mfma_IntrOp<"smfmac.f32.32x32x32.f
553553

554554
//===---------------------------------------------------------------------===//
555555
// WMMA intrinsics
556-
class ROCDL_Wmma_IntrOp<string mnemonic, list<int> overloadedOperands = [],
556+
class ROCDL_Wmma_IntrOp<string mnemonic, list<int> overloadedOperands,
557557
list<Trait> traits = []> :
558558
ROCDL_IntrOp<mnemonic, [0], overloadedOperands, traits, 1>,
559559
Arguments<(ins Variadic<LLVM_Type>:$args)> {

0 commit comments

Comments
 (0)