Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anwang2009 committed Mar 28, 2022
1 parent 556cb4e commit 4097eb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/python/frontend/onnx/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -5170,8 +5170,6 @@ def verify_eyelike(indata):
@pytest.mark.parametrize("onnx_test", onnx_test_folders)
@tvm.testing.parametrize_targets
def test_onnx_nodes(target, dev, onnx_test):
target = "cuda"
dev = tvm.cuda(0)
target_kind = tvm.target.Target(target).kind.name

if onnx_test in unsupported_onnx_tests:
Expand Down

0 comments on commit 4097eb7

Please sign in to comment.