This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Tensor] Move ParallelInsertSlice to the tensor dialect
ClosedPublic

Authored by nicolasvasilache on Jun 30 2022, 8:23 AM.

Details

Summary

This is moslty NFC and will allow tensor.parallel_insert_slice to gain
rank-reducing semantics by reusing the vast majority of the tensor.insert_slice impl.

Depends on D128857

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.Jun 30 2022, 8:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2022, 8:23 AM

Better isolate specific canonicalization test from the rest of the infra.

springerm accepted this revision.Jul 1 2022, 5:38 AM
This revision is now accepted and ready to land.Jul 1 2022, 5:38 AM

Rebase ad update BUILD.bazel

This revision was landed with ongoing or failed builds.Jul 4 2022, 1:53 AM
This revision was automatically updated to reflect the committed changes.