This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Make tosa MakeBroadcastable pass handle unreanked tensors.
ClosedPublic

Authored by rsuderman on Jul 22 2021, 5:26 PM.

Details

Summary

If this pass executes without shape inference its possible for unranked tensors
to appear in the IR. This pass should gracefully handle unranked tensors.

Diff Detail

Event Timeline

rsuderman created this revision.Jul 22 2021, 5:26 PM
rsuderman requested review of this revision.Jul 22 2021, 5:26 PM
stellaraccident accepted this revision.Jul 22 2021, 5:34 PM
This revision is now accepted and ready to land.Jul 22 2021, 5:34 PM
This revision was landed with ongoing or failed builds.Jul 22 2021, 5:59 PM
This revision was automatically updated to reflect the committed changes.