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


 discard 66d7f10877 [ci][docker] Nightly Docker image update
     add a752b74956 [Conda] Specify python version in build-environment (#13047)
     add 48829756e1 [TIR] Fix the stride calculation in InjectRollingBuffer 
(#13016)
     add b8cfc4ca82 [CI] Update Compute Library to v22.08 (#13035)
     add 256075566b [MetaSchedule] Allow skipping exact NDArray rewrite in 
RemoveWeightLayoutRewriteBlock (#13052)
     add b18f6425f9 [Hexagon] [runtime] Manage RPC and runtime buffers 
separately (#13028)
     add 90c666f860 [Relay][Pass] ConcretizeCastLikeRewrite for SimplifyExpr 
(#12923)
     add 95eddbd70f [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   (66d7f10877)
            \
             N -- N -- N   refs/heads/nightly-docker-update (95eddbd70f)

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 ++++----
 conda/build-environment.yaml                       |  1 +
 .../ubuntu_download_arm_compute_lib_binaries.sh    |  2 +-
 include/tvm/tir/transform.h                        | 10 +++-
 python/tvm/meta_schedule/builder/local_builder.py  |  2 +-
 python/tvm/tir/transform/transform.py              | 16 +++++-
 src/meta_schedule/arg_info.cc                      |  3 +-
 .../feature_extractor/per_store_feature.cc         |  2 +-
 src/relay/backend/te_compiler_cache.cc             |  3 +-
 src/relay/transforms/simplify_expr.cc              | 31 ++++++++++++
 src/runtime/hexagon/hexagon_buffer_manager.h       | 13 +++++
 src/runtime/hexagon/hexagon_device_api.cc          | 48 +++++++++++++++---
 src/runtime/hexagon/hexagon_device_api.h           | 36 ++++++++-----
 src/runtime/hexagon/rpc/hexagon/rpc_server.cc      | 32 +++++++++++-
 src/tir/transforms/inject_rolling_buffer.cc        |  6 ++-
 .../remove_weight_layout_rewrite_block.cc          | 59 +++++++++++++++++-----
 .../hexagon/hexagon_device_api_tests.cc            | 27 ++++++----
 tests/python/relay/test_pass_simplify_expr.py      | 13 ++++-
 .../test_meta_schedule_relay_integration.py        | 43 ++++++++--------
 .../test_tir_transform_inject_rolling_buffer.py    | 25 ++++++---
 21 files changed, 313 insertions(+), 99 deletions(-)

Reply via email to