[all-commits] [llvm/llvm-project] 9dec80: [MLIR][TOSA] Remove ReluN operator from TOSA dialect
Eric Kunze via All-commits
all-commits at lists.llvm.org
Fri Aug 12 16:00:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9dec80be729fc8a38ff62f3ed87ddbcf13d0b3e8
https://github.com/llvm/llvm-project/commit/9dec80be729fc8a38ff62f3ed87ddbcf13d0b3e8
Author: Eric Kunze <eric.kunze at arm.com>
Date: 2022-08-12 (Fri, 12 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
M mlir/test/Dialect/Tosa/ops.mlir
M mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir
Log Message:
-----------
[MLIR][TOSA] Remove ReluN operator from TOSA dialect
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 at arm.com>
Reviewed By: jpienaar
Differential Revision: https://reviews.llvm.org/D128683
More information about the All-commits
mailing list