This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Elementwise operation dynamic shape support
ClosedPublic

Authored by rsuderman on Aug 25 2021, 2:31 PM.

Details

Summary

Added dynamic shape support for elementwise operations. This assumes equal
sizes (broadcasting 1-length dynamic is problematic).

Diff Detail

Event Timeline

rsuderman created this revision.Aug 25 2021, 2:31 PM
rsuderman requested review of this revision.Aug 25 2021, 2:31 PM
NatashaKnk accepted this revision.Aug 25 2021, 6:51 PM
This revision is now accepted and ready to land.Aug 25 2021, 6:51 PM