llvm-project/mlir/lib/Conversion/TosaToLinalg
Robert Suderman 76c9712196 [mlir][tosa] Fix clamp to restrict only within valid bitwidth range
Its possible for the clamp to have invalid min/max values on its range. To fix
this we validate the range of the min/max and clamp to a valid range.

Reviewed By: NatashaKnk

Differential Revision: https://reviews.llvm.org/D108256
2021-08-18 12:14:01 -07:00
..
CMakeLists.txt [mlir] Move common reshapeops-related code to ReshapeOpsUtils.h. 2021-07-07 14:56:16 +02:00
TosaToLinalg.cpp [mlir][tosa] Fix clamp to restrict only within valid bitwidth range 2021-08-18 12:14:01 -07:00
TosaToLinalgPass.cpp [mlir][tensor] Add tensor.dim operation 2021-07-01 10:00:19 +09:00