Skip to content

Commit

Permalink
Only run that test for arm-cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
Umang Yadav committed Aug 13, 2019
1 parent 14daf78 commit 877b0ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions topi/tests/python/test_topi_math.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ def check_device(device):
foo(a, b)
tvm.testing.assert_allclose(b.asnumpy(), b_np, rtol=1e-5, atol=1e-5)

for device in get_all_backend():
check_device(device)
check_device('llvm -device=arm-cpu')

test_apply(topi.floor, "floor", np.floor, -100, 100)
test_apply(topi.ceil, "ceil", np.ceil, -100, 100)
Expand Down

0 comments on commit 877b0ee

Please sign in to comment.