tkonolige commented on a change in pull request #7396:
URL: https://github.com/apache/tvm/pull/7396#discussion_r569002900
##########
File path: tests/python/relay/test_op_level5.py
##########
@@ -98,7 +98,7 @@ def test_resize3d_infer_type():
@tvm.testing.parametrize_targets
-def test_resize3d(target, ctx):
Review comment:
This is the correct usage of `@tvm.testing.parametrize_targets`. This
test also run successfully on my local machine. Could you explain what the bug
is?
##########
File path: tests/python/relay/test_op_level5.py
##########
@@ -98,7 +98,7 @@ def test_resize3d_infer_type():
@tvm.testing.parametrize_targets
-def test_resize3d(target, ctx):
Review comment:
This is the correct usage of `@tvm.testing.parametrize_targets`. This
test also runs successfully on my local machine. Could you explain what the bug
is?
----------------------------------------------------------------
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]