This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Add DropUnitDims support for tensor::ParallelInsertSliceOp.
ClosedPublic

Authored by nicolasvasilache on Jul 4 2022, 9:50 AM.

Details

Summary

ParallelInsertSlice behaves similarly to tensor::InsertSliceOp in its
rank-reducing properties.
This revision extends rank-reducing rewrite behavior and reuses most of the
existing implementation.

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.Jul 4 2022, 9:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 4 2022, 9:50 AM
springerm accepted this revision.Jul 5 2022, 1:19 AM
This revision is now accepted and ready to land.Jul 5 2022, 1:19 AM