This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Fold transfer ops and tensor.extract/insert_slice.
ClosedPublic

Authored by springerm on Sep 28 2021, 7:02 AM.

Details

Summary
  • Fold vector.transfer_read and tensor.extract_slice.
  • Fold vector.transfer_write and tensor.insert_slice.

Diff Detail

Event Timeline

springerm created this revision.Sep 28 2021, 7:02 AM
springerm requested review of this revision.Sep 28 2021, 7:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 28 2021, 7:02 AM

fix rank reducing/extending ops

nicolasvasilache accepted this revision.Sep 29 2021, 7:21 AM
This revision is now accepted and ready to land.Sep 29 2021, 7:21 AM