This is an archive of the discontinued LLVM Phabricator instance.

tosa-make-broadcatable pass now supports numpy style broadcasting only.
ClosedPublic

Authored by armkevincheng on Nov 10 2021, 11:02 AM.

Details

Summary
  • fix bug that in [c,1] + [a, b, c, d] broadcast
  • add test [3,3,4,1] + [4,5]

Signed-off-by: Kevin Cheng <kevin.cheng@arm.com>
Change-Id: Iaed2f04df8775f655c82c740271395274163d147

Diff Detail

Event Timeline

armkevincheng created this revision.Nov 10 2021, 11:02 AM
armkevincheng requested review of this revision.Nov 10 2021, 11:02 AM
rsuderman accepted this revision.Nov 10 2021, 11:12 AM
This revision is now accepted and ready to land.Nov 10 2021, 11:12 AM
This revision was landed with ongoing or failed builds.Nov 10 2021, 11:49 AM
This revision was automatically updated to reflect the committed changes.