Skip to content

Commit

Permalink
Added uses_gpu tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwfromm committed Oct 26, 2020
1 parent f3b613d commit 65454b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/frontend/onnx/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -3841,10 +3841,10 @@ def test_loop():
verify_count_loop()


@tvm.testing.uses_gpu
def test_if():
# Given a bool scalar input cond.
# return constant tensor x if cond is True, otherwise return constant tensor y.

then_out = onnx.helper.make_tensor_value_info("then_out", onnx.TensorProto.FLOAT, [5])
else_out = onnx.helper.make_tensor_value_info("else_out", onnx.TensorProto.FLOAT, [5])

Expand Down

0 comments on commit 65454b7

Please sign in to comment.