You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/04/15 15:32:58 UTC

[incubator-tvm] branch master updated (1265983 -> d81b006)

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 1265983  [TOPI] Using x86 schedules for ARM conv2d. (#5334)
     add d81b006  [TOPI] Improve get_valid_count and nms performance for CUDA (#5339)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/mxnet.py       |   1 -
 tests/python/relay/test_op_level5.py     |   3 +
 topi/python/topi/cuda/nms.py             | 302 ++-----------------------------
 topi/python/topi/nn/deformable_conv2d.py |   2 +-
 topi/tests/python/test_topi_vision.py    |   4 +-
 5 files changed, 17 insertions(+), 295 deletions(-)