Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang committed Jul 10, 2018
1 parent 473f603 commit 39cc81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topi/tests/python_cpp/test_topi_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def check_device(device):
tvm.nd.array(y), tvm_out)
np.testing.assert_allclose(tvm_out.asnumpy(), np_out)

for device in ["llvm", "nvptx", "cuda", "opencl", "metal", "rocm"]:
for device in ["llvm", "cuda", "opencl", "metal", "rocm"]:
check_device(device)

def verify_concatenate_split(shapes, axis, indices_or_sections):
Expand Down

0 comments on commit 39cc81c

Please sign in to comment.