Skip to content

Commit 999ab5f

Browse files
TinaAMDGitHub Enterprise
authored andcommitted
Merge pull request #7 from ACT/matthias.test_tosa_roundeven
Update test for commit "TosaToLinalg: Lower TOSA.Cast via RoundEven"
2 parents 59b56bf + c79e4f8 commit 999ab5f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,9 @@ func.func @test_simple_f32(%arg0: tensor<1xf32>) -> () {
237237
%19 = "tosa.sigmoid"(%0) : (tensor<1xf32>) -> tensor<1xf32>
238238

239239
// CHECK: linalg.generic
240-
// CHECK: arith.constant 0.000000e+00
241-
// CHECK: arith.constant 5.000000e-01
242240
// CHECK: arith.constant -2.14748365E+9
243241
// CHECK: arith.constant 2.14748365E+9
244-
// CHECK: arith.addf
245-
// CHECK: arith.subf
246-
// CHECK: arith.cmpf olt
247-
// CHECK: select
242+
// CHECK: math.roundeven
248243
// CHECK: arith.minf
249244
// CHECK: arith.maxf
250245
// CHECK: arith.fptosi

0 commit comments

Comments
 (0)