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

[incubator-tvm] branch main updated (645a88e -> a7b22ab)

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

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


    from 645a88e  fix (#6902)
     add a7b22ab  Dynamic gpu tests, add dynamic strided slice to topi (#6870)

No new revisions were added by this update.

Summary of changes:
 include/tvm/topi/transform.h                      | 34 +++++++++++++++++++
 python/tvm/topi/transform.py                      | 16 ++++++++-
 python/tvm/topi/utils.py                          | 36 ++++++++++++++++++++
 src/relay/op/dyn/tensor/transform.cc              | 24 +------------
 src/topi/transform.cc                             |  4 +++
 tests/python/relay/dyn/test_dynamic_op_level10.py | 33 +++++++++++++++---
 tests/python/relay/dyn/test_dynamic_op_level2.py  | 13 +++----
 tests/python/relay/dyn/test_dynamic_op_level3.py  | 15 +++------
 tests/python/relay/dyn/test_dynamic_op_level4.py  |  4 +--
 tests/python/relay/dyn/test_dynamic_op_level5.py  |  3 +-
 tests/python/relay/dyn/test_dynamic_op_level6.py  |  2 +-
 tests/python/relay/test_op_level4.py              |  4 +--
 tests/python/topi/python/test_topi_transform.py   | 41 +++++++++++++++++++++++
 13 files changed, 174 insertions(+), 55 deletions(-)