[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.
+///
+/// Added control over the pattern benefit for propagating
----------------
antiagainst wrote:
The separate control over `vector.transfer_read` op pattern benefit is to ensure ..
https://github.com/llvm/llvm-project/pull/71868
More information about the Mlir-commits
mailing list