[GitHub] [incubator-tvm] lsy643 edited a comment on pull request #6108: Fix CUDA Compute Function For `get_valid_counts` and `nms`

2020-09-12 Thread GitBox
lsy643 edited a comment on pull request #6108: URL: https://github.com/apache/incubator-tvm/pull/6108#issuecomment-690903238 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-tvm] lsy643 edited a comment on pull request #6108: Fix CUDA Compute Function For `get_valid_counts` and `nms`

2020-09-12 Thread GitBox
lsy643 edited a comment on pull request #6108: URL: https://github.com/apache/incubator-tvm/pull/6108#issuecomment-690903238 @yongwww I have added a test case for nms cuda version in `test_op_level5.p` with test data assumed getting from a `get_valid_count`. Since there is no `re

[GitHub] [incubator-tvm] lsy643 edited a comment on pull request #6108: Fix CUDA Compute Function For `get_valid_counts` and `nms`

2020-09-10 Thread GitBox
lsy643 edited a comment on pull request #6108: URL: https://github.com/apache/incubator-tvm/pull/6108#issuecomment-690903238 @yongwww I have added a test case for nms cuda version in `test_op_level5.p` with test data assumed getting from a `get_valid_count`. Since there is no `re

[GitHub] [incubator-tvm] lsy643 edited a comment on pull request #6108: Fix CUDA Compute Function For `get_valid_counts` and `nms`

2020-08-30 Thread GitBox
lsy643 edited a comment on pull request #6108: URL: https://github.com/apache/incubator-tvm/pull/6108#issuecomment-683385549 @yongwww @Laurawly I am quite confused about the test data used in `test_non_max_suppression` from `tests/python/relay/test_op_level5.py`. If I understand