[Mlir-commits] [mlir] [mlir][vector] Add support for multi-dim reduction vector distribution (PR #71193)
Lei Zhang
llvmlistbot at llvm.org
Thu Nov 9 22:48:03 PST 2023
================
@@ -40,10 +40,8 @@ void populateWarpExecuteOnLane0OpToScfForPattern(
const WarpExecuteOnLane0LoweringOptions &options,
PatternBenefit benefit = 1);
-using DistributionMapFn = std::function<AffineMap(Value)>;
-
-/// Distribute transfer_write ops based on the affine map returned by
-/// `distributionMapFn`.
+/// Distribute transfer_write ops.
+/// TODO: Add documentation here how the distribution is done.
----------------
antiagainst wrote:
We need to do this. :)
https://github.com/llvm/llvm-project/pull/71193
More information about the Mlir-commits
mailing list