This is an archive of the discontinued LLVM Phabricator instance.

[mlir][SCF] Add tensor.dim(scf.foreach_thread) folding
ClosedPublic

Authored by springerm on Nov 22 2022, 2:21 AM.

Details

Summary

Dim sizes of scf.foreach_thread op results match the dim sizes of their respective tied shared_outs operands.

Diff Detail

Event Timeline

springerm created this revision.Nov 22 2022, 2:21 AM
springerm requested review of this revision.Nov 22 2022, 2:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 22 2022, 2:21 AM
nicolasvasilache accepted this revision.Nov 22 2022, 2:27 AM
This revision is now accepted and ready to land.Nov 22 2022, 2:27 AM
This revision was landed with ongoing or failed builds.Nov 22 2022, 2:32 AM
This revision was automatically updated to reflect the committed changes.