ReluN has been removed from the TOSA specification. It can be replaced
in all instances with Clamp(0,N)
Signed-off-by: Eric Kunze <eric.kunze@arm.com>
Paths
| Differential D128683
[MLIR][TOSA] Remove ReluN operator from TOSA dialect ClosedPublic Authored by eric-k256 on Jun 27 2022, 2:15 PM.
Details Summary ReluN has been removed from the TOSA specification. It can be replaced Signed-off-by: Eric Kunze <eric.kunze@arm.com>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 27 2022, 2:19 PM Comment Actions Sorry missed notification earlier (seems I have some filter configuration error as second one this week), will land once at desk Closed by commit rG9dec80be729f: [MLIR][TOSA] Remove ReluN operator from TOSA dialect (authored by eric-k256, committed by jpienaar). · Explain WhyAug 12 2022, 4:00 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 440394 mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
mlir/test/Dialect/Tosa/ops.mlir
mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir
|