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/09/01 23:40:13 UTC

[incubator-tvm] branch master updated (b8f37ee -> 4fc320a)

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 b8f37ee  [BYOC][JSON] Support input nodes with multiple entries (#6368)
     add 4fc320a  [Relay] support i64 indices (#6143)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |  5 +++
 cmake/modules/LibInfo.cmake                        |  1 +
 include/tvm/topi/detail/constant_utils.h           |  6 ++-
 python/tvm/relay/backend/compile_engine.py         | 10 +++--
 src/arith/bound_deducer.cc                         | 16 ++-----
 src/arith/int_set.cc                               | 14 ++++++-
 src/relay/backend/compile_engine.cc                |  5 ++-
 src/relay/op/tensor/reduce.cc                      |  3 ++
 src/support/libinfo.cc                             |  6 ++-
 src/te/operation/op_util.cc                        |  4 +-
 src/te/schedule/message_passing.cc                 |  4 ++
 src/te/schedule/schedule_lang.cc                   | 13 +++++-
 .../unittest/test_tir_transform_narrow_datatype.py | 49 ++++++++++++++++++++++
 13 files changed, 112 insertions(+), 24 deletions(-)