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:37:27 UTC

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

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