[Mlir-commits] [mlir] [mlir][vector] Add support for vector extract/insert_strided_slice in vector distribution. (PR #145421)
Charitha Saumya
llvmlistbot at llvm.org
Wed Jun 25 12:15:49 PDT 2025
================
@@ -1076,6 +1094,195 @@ struct WarpOpCreateMask : public WarpDistributionPattern {
}
};
+/// Sink out insert_strided_slice op feeding into a warp op yield.
+/// ```
+/// %0 = gpu.warp_execute_on_lane_0(%arg0) -> (vector<8x1xf32>) {
+/// ...
+/// %src = ... : vector<4x16xf32>
----------------
charithaintc wrote:
fixed.
https://github.com/llvm/llvm-project/pull/145421
More information about the Mlir-commits
mailing list