This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Fix tosa.slice shape inference for ShapedType:kDynamicShape
ClosedPublic

Authored by rsuderman on Nov 18 2022, 11:36 AM.

Details

Summary

Change for kDynamicShape means the size needs to be updated to a new value
for slice operation shape inference. Landing fix.

Diff Detail

Event Timeline

rsuderman created this revision.Nov 18 2022, 11:36 AM
rsuderman requested review of this revision.Nov 18 2022, 11:36 AM
NatashaKnk accepted this revision.Nov 18 2022, 11:42 AM
This revision is now accepted and ready to land.Nov 18 2022, 11:42 AM
This revision was landed with ongoing or failed builds.Nov 18 2022, 11:58 AM
This revision was automatically updated to reflect the committed changes.