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 494518b5df [ci][docker] Nightly Docker image update
add e47eed13d9 Add methods to get the size of VTCM on device as well as
the allocated size of the HexagonVtcmPool (#13511)
add 8dc8d248a1 [LLVM] Switch to using New Pass Manager (NPM) with LLVM 16+
(#13515)
add c2dd53d531 [TE][TIR] Improved naming when converting TE to schedulable
TIR (#13431)
add ab3f54d3f7 [CI] Add `set -x` for demo scripts (#13523)
add 6782a35018 [TIR] Disable RewriteSimplifier extensions in RemoveNoOp
(#13524)
add fa08b6b0ba [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 (494518b5df)
\
N -- N -- N refs/heads/nightly-docker-update (fa08b6b0ba)
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 | 18 +++---
apps/microtvm/cmsisnn/run_demo.sh | 1 +
apps/microtvm/ethosu/run_demo.sh | 1 +
ci/jenkins/Jenkinsfile.j2 | 18 +++---
src/runtime/hexagon/hexagon_device_api.cc | 6 ++
src/runtime/hexagon/hexagon_vtcm_pool.cc | 15 ++---
src/runtime/hexagon/hexagon_vtcm_pool.h | 14 +++--
src/target/llvm/codegen_amdgpu.cc | 3 +
src/target/llvm/codegen_llvm.cc | 69 +++++++++++++++++++++-
src/target/llvm/codegen_llvm.h | 3 +
src/target/llvm/codegen_nvptx.cc | 3 +
src/te/operation/create_primfunc.cc | 14 ++---
src/tir/transforms/remove_no_op.cc | 4 --
.../cpp-runtime/hexagon/hexagon_vtcm_pool_tests.cc | 9 ++-
.../test_meta_schedule_schedule_rule_mlt.py | 10 ++--
.../test_tir_transform_inject_software_pipeline.py | 4 +-
16 files changed, 141 insertions(+), 51 deletions(-)