[Mlir-commits] [mlir] Add cosh op to the math dialect. (PR #75153)
Frederik Harwath
llvmlistbot at llvm.org
Wed Dec 13 01:02:36 PST 2023
================
@@ -127,6 +129,18 @@ func.func @tanh_caller(%float: f32, %double: f64) -> (f32, f64) {
return %float_result, %double_result : f32, f64
}
+// CHECK-LABEL: func @cosh_caller
----------------
frederik-h wrote:
For other operators, there are also tests which apply the operator on a vector. Since this functionality does not require a specific implementation for each operator, I suppose it is ok not to duplicate the test case for each operator.
https://github.com/llvm/llvm-project/pull/75153
More information about the Mlir-commits
mailing list