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/05 16:12:19 UTC

[GitHub] [tvm] zhiics opened a new pull request #7042: [FIX] disable cuda test for argwhere

zhiics opened a new pull request #7042:
URL: https://github.com/apache/tvm/pull/7042


   https://github.com/apache/tvm/issues/7041


----------------------------------------------------------------
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



[GitHub] [tvm] merrymercy commented on a change in pull request #7042: [FIX] disable cuda test for argwhere

Posted by GitBox <gi...@apache.org>.
merrymercy commented on a change in pull request #7042:
URL: https://github.com/apache/tvm/pull/7042#discussion_r536819459



##########
File path: tests/python/topi/python/test_topi_argwhere.py
##########
@@ -58,8 +58,10 @@ def check_device(device, ctx):
         func(*args)
         np.set_printoptions(threshold=np.inf)
         tvm.testing.assert_allclose(args[-1].asnumpy(), np.array(np_out))
-
     for target, ctx in tvm.testing.enabled_targets():

Review comment:
       ```suggestion
   
       for target, ctx in tvm.testing.enabled_targets():
   ```




----------------------------------------------------------------
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



[GitHub] [tvm] merrymercy merged pull request #7042: [FIX] disable cuda test for argwhere

Posted by GitBox <gi...@apache.org>.
merrymercy merged pull request #7042:
URL: https://github.com/apache/tvm/pull/7042


   


----------------------------------------------------------------
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