You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/12/11 01:42:31 UTC

[GitHub] [tvm] masahi commented on a change in pull request #6839: [ONNX] NMS in ONNX

masahi commented on a change in pull request #6839:
URL: https://github.com/apache/tvm/pull/6839#discussion_r540627615



##########
File path: tests/python/relay/test_op_level5.py
##########
@@ -393,8 +393,6 @@ def verify_nms(
             intrp2 = relay.create_executor("debug", ctx=ctx, target=target)
             op_res2 = intrp2.evaluate(func)(x0_data, x1_data, x2_data, x3_data)
             tvm.testing.assert_allclose(op_res2.asnumpy(), ref_res, rtol=1e-5)
-            if target == "nvptx":

Review comment:
       I think I removed this condition in https://github.com/apache/tvm/pull/7051 
   Why is this diff here? Need rebase?




----------------------------------------------------------------
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:
users@infra.apache.org