Added dynamic shape support for elementwise operations. This assumes equal
sizes (broadcasting 1-length dynamic is problematic).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D108730
[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
Diff Detail
Event TimelineHerald added subscribers: wrengr, Chia-hungDuan, armkevincheng and 22 others. · View Herald Transcript This revision is now accepted and ready to land.Aug 25 2021, 6:51 PM Closed by commit rG0600bb4d1867: [mlir][tosa] Elementwise operation dynamic shape support (authored by rsuderman). · Explain WhyAug 26 2021, 11:20 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 368737 mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
|