- 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
Paths
| Differential D113596
tosa-make-broadcatable pass now supports numpy style broadcasting only. ClosedPublic Authored by armkevincheng on Nov 10 2021, 11:02 AM.
Details Summary
Signed-off-by: Kevin Cheng <kevin.cheng@arm.com>
Diff Detail
Event TimelineThis 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 Closed by commit rGbef966eb376e: tosa-make-broadcatable pass now supports numpy style broadcasting only. (authored by armkevincheng, committed by rsuderman). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 386268 mlir/lib/Dialect/Tosa/Transforms/TosaMakeBroadcastable.cpp
mlir/test/Dialect/Tosa/broadcast.mlir
|