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

[tvm] branch main updated (e6c1baf -> f4c6517)

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

zhic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from e6c1baf  [AutoScheduler] Misc update to hardware parameter and task scheduler (#7020)
     add f4c6517  [Topi] Fix GPU Dynamic Topk by Improving Dynamic Strided Slice in Topi (#7018)

No new revisions were added by this update.

Summary of changes:
 include/tvm/topi/detail/constant_utils.h         | 15 +++++++++
 include/tvm/topi/nn.h                            |  2 +-
 include/tvm/topi/transform.h                     | 43 +++++++++++++++++++-----
 python/tvm/topi/cuda/sort.py                     | 20 ++++++-----
 src/relay/op/tensor/transform.cc                 | 19 ++++++++---
 tests/python/relay/dyn/test_dynamic_op_level6.py |  4 +--
 tests/python/relay/test_any.py                   | 10 ++----
 7 files changed, 80 insertions(+), 33 deletions(-)