[Mlir-commits] [mlir] [mlir][Tosa] fix fp16/bf16 support for Clamp min/max attributes (PR #69192)
Georgios Pinitas
llvmlistbot at llvm.org
Thu Oct 19 09:18:45 PDT 2023
================
@@ -266,6 +266,32 @@ LogicalResult tosa::AvgPool2dOp::verify() {
return emitOpError("input/output element types are incompatible.");
}
+LogicalResult tosa::ClampOp::verify() {
+ mlir::Type inputDT =
----------------
GeorgeARM wrote:
[nitpick]: `inputETy` to follow the rest of the file guidelines?
https://github.com/llvm/llvm-project/pull/69192
More information about the Mlir-commits
mailing list