tqchen 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_r408535398
##########
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:
It would be great if we can recover the testcase here
----------------------------------------------------------------
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]
With regards,
Apache Git Services