If the scaling factor is by 1 with no offset or border, then the
resize is a no-op.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D135329
[mlir][tosa] tosa.resize canonicalizer for trivial noop ClosedPublic Authored by rsuderman on Oct 5 2022, 4:07 PM.
Details Summary If the scaling factor is by 1 with no offset or border, then the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 5 2022, 4:23 PM This revision was landed with ongoing or failed builds.Oct 5 2022, 4:30 PM Closed by commit rGbba48dfe4ac4: [mlir][tosa] tosa.resize canonicalizer for trivial noop (authored by rsuderman). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 465597 mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
mlir/lib/Dialect/Tosa/IR/TosaCanonicalizations.cpp
mlir/test/Dialect/Tosa/canonicalize.mlir
|
Perhaps add some doc about the cases that are being folded?