New TOSA pad operation can support explicitly specifying the pad value. Added
lowering to linalg that uses the explicit value.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D113515
[mlir][tosa] Add lowering for tosa.pad with explicit value ClosedPublic Authored by rsuderman on Nov 9 2021, 1:50 PM.
Details Summary New TOSA pad operation can support explicitly specifying the pad value. Added
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 9 2021, 2:20 PM This revision was landed with ongoing or failed builds.Nov 10 2021, 2:23 PM Closed by commit rG860d3811a9b2: [mlir][tosa] Add lowering for tosa.pad with explicit value (authored by rsuderman). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 386321 mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
|