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 2022/11/05 00:00:59 UTC

[tvm] branch nightly-docker-update updated (8462678c46 -> 83b1eff8c7)

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

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


    omit 8462678c46 [ci][docker] Nightly Docker image update
     add de8a79d9ba [skip-ci][COMMUNITY] New committer Ashutosh Parkhi (#13286)
     add ccb7d07159 [TIR][Arith] Use TryCompare to narrow inequalities if possible (#13024)
     add e860884923 [build][hexagon] remove unused variable (#13291)
     add 6da298b3a0 [BugFix][Pattern] Fixed a crash when AltPattern and FunctionPattern are used nested (#13278)
     add dec74cb93d [build][tir] suppress -Woverloaded-virtual warning (#13267)
     add be44e9c811 [Tensorize] Add logs to comparator to make debugging tensorize failures easier (#13285)
     add 83b1eff8c7 [ci][docker] Nightly Docker image update

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8462678c46)
            \
             N -- N -- N   refs/heads/nightly-docker-update (83b1eff8c7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTORS.md                                    |   3 +-
 Jenkinsfile                                        |  20 +-
 ci/jenkins/Jenkinsfile.j2                          |  20 +-
 include/tvm/tir/stmt_functor.h                     |   3 +-
 src/arith/rewrite_simplify.cc                      | 144 +++++++++---
 src/arith/rewrite_simplify.h                       |  21 ++
 src/relay/ir/dataflow_matcher.cc                   |  14 +-
 src/runtime/hexagon/rpc/simulator/session.cc       |   2 -
 src/tir/schedule/ir_comparator.cc                  | 247 +++++++++++++++++++--
 src/tir/transforms/narrow_datatype.cc              |   9 +
 tests/python/relay/test_dataflow_pattern.py        |  33 +++
 .../python/unittest/test_arith_rewrite_simplify.py |   2 +-
 tests/python/unittest/test_index_map.py            |   8 +-
 .../test_tir_transform_inject_software_pipeline.py |   4 +-
 .../python/unittest/test_tir_transform_simplify.py |  46 ++++
 15 files changed, 493 insertions(+), 83 deletions(-)