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 bb9dc6fa0a [ci][docker] Nightly Docker image update
add da76587505 [runtime] Fix typo in runtime/registry.h (#13224)
add 9dd0225a70 [TIR] Use Optional<Stmt> for IfThenElseNode::else_case
(#13218)
add f07f22fac9 [MetaSchedule][Minor] Fix Memory Database Module Equality
(#13198)
add e971956d76 [Relay][transform][SimplifyExpr] simplify adjacent muls and
adds with constants (#13213)
add 25a0d47d2b [Arith][TIR] Check for constant offsets of known literal
constraints (#13023)
add 9448901062 [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 (bb9dc6fa0a)
\
N -- N -- N refs/heads/nightly-docker-update (9448901062)
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:
Jenkinsfile | 20 +--
ci/jenkins/Jenkinsfile.j2 | 20 +--
include/tvm/arith/analyzer.h | 11 +-
include/tvm/runtime/registry.h | 4 +-
include/tvm/tir/stmt.h | 4 +-
src/arith/ir_mutator_with_analyzer.cc | 12 +-
src/arith/ir_visitor_with_analyzer.cc | 4 +-
src/arith/rewrite_simplify.cc | 7 +-
src/arith/transitive_comparison_analyzer.cc | 168 ++++++++++++++++-----
src/contrib/hybrid/codegen_hybrid.cc | 4 +-
src/meta_schedule/database/json_database.cc | 3 +-
src/meta_schedule/database/memory_database.cc | 3 +-
src/printer/tir_text_printer.cc | 4 +-
src/printer/tvmscript_printer.cc | 4 +-
src/relay/transforms/simplify_expr.cc | 85 +++++++----
src/target/llvm/codegen_llvm.cc | 4 +-
src/target/source/codegen_c.cc | 4 +-
src/target/spirv/codegen_spirv.cc | 4 +-
src/target/stackvm/codegen_stackvm.cc | 4 +-
src/tir/analysis/block_access_region_detector.cc | 4 +-
src/tir/analysis/estimate_flops.cc | 4 +-
src/tir/ir/stmt.cc | 4 +-
src/tir/ir/stmt_functor.cc | 10 +-
src/tir/transforms/common_subexpr_elim_tools.cc | 6 +-
src/tir/transforms/compact_buffer_region.cc | 4 +-
src/tir/transforms/coproc_sync.cc | 4 +-
src/tir/transforms/inject_virtual_thread.cc | 6 +-
src/tir/transforms/ir_utils.cc | 2 +-
src/tir/transforms/lift_attr_scope.cc | 4 +-
src/tir/transforms/profile_instrumentation.cc | 4 +-
src/tir/transforms/remove_no_op.cc | 4 +-
src/tir/transforms/simplify.cc | 4 +-
src/tir/transforms/storage_access.cc | 4 +-
src/tir/transforms/vectorize_loop.cc | 6 +-
tests/python/relay/test_pass_simplify_expr.py | 109 ++++++++-----
.../python/unittest/test_tir_transform_simplify.py | 14 ++
36 files changed, 367 insertions(+), 195 deletions(-)