[Mlir-commits] [mlir] [mlir][vector] Root the transfer write distribution pattern on the warp op (PR #71868)

Lei Zhang llvmlistbot at llvm.org
Thu Nov 9 18:00:09 PST 2023


================
@@ -75,10 +75,18 @@ using WarpShuffleFromIdxFn =
 /// Collect patterns to propagate warp distribution. `distributionMapFn` is used
 /// to decide how a value should be distributed when this cannot be inferred
 /// from its uses.
+///
----------------
antiagainst wrote:

Could you copy and tailor the explanation to `populateDistributeTransferWriteOpPatterns` too? That way people understand why by default we have a non-1 benefit there.

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


More information about the Mlir-commits mailing list