This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Fold dim(linalg.tiled_loop) to dim(output_arg)
ClosedPublic

Authored by springerm on Sep 8 2021, 4:08 AM.

Details

Summary

Fold dim ops of linalg.tiled_loop results to dim ops of the respective iter args if the loop is shape preserving.

Depends On D109299

Diff Detail

Event Timeline

springerm created this revision.Sep 8 2021, 4:08 AM
springerm requested review of this revision.Sep 8 2021, 4:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 8 2021, 4:08 AM
nicolasvasilache accepted this revision.Sep 8 2021, 4:18 AM
This revision is now accepted and ready to land.Sep 8 2021, 4:18 AM
This revision was landed with ongoing or failed builds.Sep 8 2021, 9:44 PM
This revision was automatically updated to reflect the committed changes.