[Mlir-commits] [llvm] [mlir] [ROCDL] Add gfx1250 WMMA intrinsics (PR #162343)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Oct 17 09:46:33 PDT 2025
================
@@ -553,7 +553,7 @@ def ROCDL_smfmac_f32_32x32x32_fp8_fp8 : ROCDL_Mfma_IntrOp<"smfmac.f32.32x32x32.f
//===---------------------------------------------------------------------===//
// WMMA intrinsics
-class ROCDL_Wmma_IntrOp<string mnemonic, list<int> overloadedOperands,
+class ROCDL_Wmma_IntrOp<string mnemonic, list<int> overloadedOperands = [],
----------------
Muzammiluddin-Syed-ECE wrote:
oops thats a mistake, good catch
https://github.com/llvm/llvm-project/pull/162343
More information about the Mlir-commits
mailing list