[Mlir-commits] [mlir] [mlir][vector] Allow vector distribution with multiple written elements (PR #75122)

Jakub Kuderski llvmlistbot at llvm.org
Mon Dec 11 21:51:26 PST 2023


================
@@ -43,7 +43,9 @@ void populateWarpExecuteOnLane0OpToScfForPattern(
 using DistributionMapFn = std::function<AffineMap(Value)>;
 
 /// Distribute transfer_write ops based on the affine map returned by
-/// `distributionMapFn`.
+/// `distributionMapFn`. Writes of size more than `maxNumElementToExtract`
+/// will not be distributed.
----------------
kuhar wrote:

Thanks, added

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


More information about the Mlir-commits mailing list