Padding now can explicitly specify the padding value when non-zero is wanted.
This also includes bypassing pads when the pad does nothing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D113611
[mlir][tosa] Materialize tosa.pad value and fold noop pads ClosedPublic Authored by rsuderman on Nov 10 2021, 2:04 PM.
Details Summary Padding now can explicitly specify the padding value when non-zero is wanted.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 10 2021, 2:46 PM Closed by commit rG0f1e52afa92f: [mlir][tosa] Materialize tosa.pad value and fold noop pads (authored by rsuderman). · Explain WhyNov 23 2021, 12:31 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 389280 mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
mlir/test/Dialect/Tosa/canonicalize.mlir
|