[Mlir-commits] [mlir] [mlir] `im2col` & `l2cache` on cp.async.bulk.tensor.shared.cluster.global` (PR #72967)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Nov 21 01:03:44 PST 2023


================
@@ -1404,20 +1404,34 @@ def NVVM_CpAsyncBulkTensorGlobalToSharedClusterOp :
   AttrSizedOperandSegments]>,
   Arguments<(ins  LLVM_PointerShared:$dstMem,
                   LLVM_AnyPointer:$tmaDescriptor,
-                  LLVM_PointerShared:$mbar,
-                  Optional<I16>:$multicastMask,                  
                   Variadic<I32>:$coordinates,
+                  LLVM_PointerShared:$mbar,                  
+                  Variadic<I16>:$im2colOffsets,
----------------
durga4github wrote:

I thought this 'im2colOffsets' would be an Optional operand too? No?

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


More information about the Mlir-commits mailing list