Skip to content

Commit 1619b2d

Browse files
authored
Fix PlaidML test case checks (#612)
Fix PlaidML test case Co-authored-by: [email protected] <Nishant Patel>
1 parent 4ba4bfb commit 1619b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/PlaidML/OpTest.LarsMomentum4d.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ func.func @main() {
2121
%unranked_2 = tensor.cast %5 : tensor<4x7x3x9xf32> to tensor<*xf32>
2222
call @printMemrefF32(%unranked_1) : (tensor<*xf32>) -> ()
2323
call @printMemrefF32(%unranked_2) : (tensor<*xf32>) -> ()
24-
// CHECK: [1.06177, 1.06177, 1.06177, 1.06177, 1.06177, 1.06177, 1.06177, 1.06177, 1.06177]
25-
// CHECK: [0.438232, 0.438232, 0.438232, 0.438232, 0.438232, 0.438232, 0.438232, 0.438232, 0.438232]
24+
// CHECK: [1.061{{.*}}, 1.061{{.*}}, 1.061{{.*}}, 1.061{{.*}}, 1.061{{.*}}, 1.061{{.*}}, 1.061{{.*}}, 1.061{{.*}}, 1.061{{.*}}]
25+
// CHECK: [0.438{{.*}} 0.438{{.*}}, 0.438{{.*}}, 0.438{{.*}}, 0.438{{.*}}, 0.438{{.*}}, 0.438{{.*}}, 0.438{{.*}}, 0.438{{.*}}]
2626
return
2727
}
2828
func.func private @printMemrefF32(tensor<*xf32>)

0 commit comments

Comments
 (0)