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/04/15 04:51:35 UTC

[GitHub] [incubator-tvm] Laurawly commented on a change in pull request #5339: [TOPI] Improve get_valid_count and nms performance for CUDA

Laurawly commented on a change in pull request #5339: [TOPI] Improve get_valid_count and nms performance for CUDA
URL: https://github.com/apache/incubator-tvm/pull/5339#discussion_r408579326
 
 

 ##########
 File path: tests/python/relay/test_op_level5.py
 ##########
 @@ -222,6 +222,8 @@ def verify_get_valid_counts(dshape, score_threshold, id_index, score_index):
         func = relay.Function([x], z.astuple())
         func = run_infer_type(func)
         for target, ctx in ctx_list():
+            if target == 'cuda':
 
 Review comment:
   I recovered the count test, for the array rearrangement test, since we remove it, I put a comment there.

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


With regards,
Apache Git Services