[Mlir-commits] [mlir] [MLIR][NVVM] Support generating all the ldmatrix intrinsics from NVVM ops (PR #148783)
Pradeep Kumar
llvmlistbot at llvm.org
Mon Aug 11 02:38:33 PDT 2025
================
@@ -2032,13 +2032,16 @@ def NVVM_StMatrixOp: NVVM_Op<"stmatrix">,
def NVVM_LdMatrixOp: NVVM_Op<"ldmatrix">,
Results<(outs AnyType:$res)>,
- Arguments<(ins LLVM_AnyPointer: $ptr, I32Attr:$num, MMALayoutAttr:$layout)> {
+ Arguments<(ins LLVM_PointerShared: $ptr, I32Attr: $num,
----------------
schwarzschild-radius wrote:
Please remove the space between `:` and the variable
https://github.com/llvm/llvm-project/pull/148783
More information about the Mlir-commits
mailing list