You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2023/04/09 05:02:58 UTC

[tvm] branch nightly updated (17bd178bfa -> a84a2cbe07)

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

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 17bd178bfa [Docs] Fix MetaSchedule Docs (#14480)
     add 2a23d5960b [CI] Pin sccache version to 0.3.3 (#14530)
     add f990c0b09b [Target] Fix Jetson AGX Xavier CPU core count (#14508)
     add 8e9216013c [hexagon] Hexagon inference fix (#14533)
     add a84a2cbe07 [ARITH] Enhance CanProve to handle symbolic bound (#14523)

No new revisions were added by this update.

Summary of changes:
 docker/install/ubuntu_install_sccache.sh          |  2 +-
 include/tvm/arith/analyzer.h                      | 23 +++++++++++-
 include/tvm/arith/int_set.h                       | 16 +++++++++
 python/tvm/arith/__init__.py                      |  2 +-
 python/tvm/arith/analyzer.py                      | 27 ++++++++++++++
 src/arith/analyzer.cc                             | 43 +++++++++++++++++++++--
 src/arith/int_set.cc                              | 24 +++++++++++--
 src/arith/interval_set.h                          |  9 +++--
 src/arith/rewrite_simplify.cc                     |  8 +++++
 src/arith/rewrite_simplify.h                      |  1 -
 src/runtime/hexagon/hexagon_module.h              |  3 +-
 src/target/tag.cc                                 |  2 +-
 src/tir/analysis/block_access_region_detector.cc  |  4 ++-
 src/tir/schedule/primitive/compute_at.cc          |  7 ++--
 src/tir/schedule/primitive/loop_transformation.cc |  2 +-
 tests/python/unittest/test_arith_simplify.py      | 31 ++++++++++++++++
 16 files changed, 182 insertions(+), 22 deletions(-)