zhiics commented on a change in pull request #6331:
URL: https://github.com/apache/incubator-tvm/pull/6331#discussion_r475869132
##########
File path: tests/python/contrib/test_random.py
##########
@@ -151,3 +138,5 @@ def test_rpc(dtype):
test_uniform()
test_normal()
test_random_fill()
+
Review comment:
no need these extra lines
##########
File path: tests/python/relay/dyn/test_dynamic_op_level3.py
##########
@@ -36,6 +37,8 @@ def verify_func(func, data, ref_res):
tvm.testing.assert_allclose(op_res.asnumpy(), ref_res, rtol=1e-5)
relay.backend.compile_engine.get().clear()
+@gpu
+@gpu
Review comment:
only one decorator is needed?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]