We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59b56bf + c79e4f8 commit 999ab5fCopy full SHA for 999ab5f
mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
@@ -237,14 +237,9 @@ func.func @test_simple_f32(%arg0: tensor<1xf32>) -> () {
237
%19 = "tosa.sigmoid"(%0) : (tensor<1xf32>) -> tensor<1xf32>
238
239
// CHECK: linalg.generic
240
- // CHECK: arith.constant 0.000000e+00
241
- // CHECK: arith.constant 5.000000e-01
242
// CHECK: arith.constant -2.14748365E+9
243
// CHECK: arith.constant 2.14748365E+9
244
- // CHECK: arith.addf
245
- // CHECK: arith.subf
246
- // CHECK: arith.cmpf olt
247
- // CHECK: select
+ // CHECK: math.roundeven
248
// CHECK: arith.minf
249
// CHECK: arith.maxf
250
// CHECK: arith.fptosi
0 commit comments