[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 02:30:14 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:
Looking for your thoughts on this one, Otherwise, it looks good to me.
https://github.com/llvm/llvm-project/pull/72967
More information about the Mlir-commits
mailing list