Apply scale may encounter scalar, tensor, or vector operations. Expand the
lowering so that it can lower arbitrary of container types.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D117080
[mlir][tosa] Expand tosa.apply_scale lowering for vectors ClosedPublic Authored by rsuderman on Jan 11 2022, 7:20 PM.
Details Summary Apply scale may encounter scalar, tensor, or vector operations. Expand the
Diff Detail
Event TimelineNatashaKnk added inline comments.
This revision is now accepted and ready to land.Jan 12 2022, 11:01 AM Closed by commit rGaa1c533a4e44: [mlir][tosa] Expand tosa.apply_scale lowering for vectors (authored by rsuderman). · Explain WhyJan 12 2022, 2:10 PM This revision was automatically updated to reflect the committed changes. rsuderman marked an inline comment as done.
Revision Contents
Diff 399456 mlir/lib/Conversion/TosaToStandard/TosaToStandard.cpp
mlir/test/Conversion/TosaToStandard/tosa-to-standard.mlir
|