Skip to content

Commit e600036

Browse files
committed
add more cases for tests
1 parent 3c34b5a commit e600036

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/python/frontend/paddlepaddle/test_forward.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def verify_model(func, input_data, rtol=1e-5, atol=1e-5):
100100

101101
assert_shapes_match(baseline_output, compiled_output)
102102
tvm.testing.assert_allclose(baseline_output, compiled_output, rtol=rtol, atol=atol)
103-
break
104103

105104

106105
@tvm.testing.uses_gpu

0 commit comments

Comments
 (0)