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 3048898c00 [ci][docker] Nightly Docker image update
     add 25a54fb791 [TIR] Remove unused iters from the result of reindex 
(#12946)
     add 77c8b6e163 [Support] Add fallback definition of ccache in libinfo 
(#12945)
     add 4e4089edda [MetaSchedule] Fix XGBoost Import Issue (#12936)
     add e9eb0bc660 [LLVM] Change CHECK_NE(x, nullptr) to CHECK(x != nullptr), 
NFC (#12943)
     add dedf6393f1 [Hexagon] Change NULL to nullptr, NFC (#12944)
     add d4bf9ecf55 [Target] Add target_device_type attribute to override 
default device_type (#12509)
     add 9b40f9d570 [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   (3048898c00)
            \
             N -- N -- N   refs/heads/nightly-docker-update (9b40f9d570)

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/target/compilation_config.h            |   2 +-
 include/tvm/target/target.h                        |   6 +-
 include/tvm/target/target_kind.h                   |  15 +-
 include/tvm/target/virtual_device.h                |  10 +-
 python/tvm/meta_schedule/cost_model/xgb_model.py   | 348 +++++++++++----------
 python/tvm/micro/model_library_format.py           |  32 +-
 python/tvm/relay/build_module.py                   |   4 +-
 python/tvm/relay/collage/collage.py                |   2 +-
 python/tvm/target/target.py                        |   4 +
 src/auto_scheduler/search_policy/utils.h           |  15 +-
 src/auto_scheduler/search_task.cc                  |   4 +-
 src/driver/driver_api.cc                           |   8 +-
 .../multi_level_tiling_tensor_core.cc              |  18 +-
 src/relay/backend/build_module.cc                  |   4 +-
 src/relay/backend/contrib/uma/targets.cc           |   2 +-
 src/relay/backend/interpreter.cc                   |   6 +-
 src/relay/backend/vm/compiler.cc                   |   6 +-
 src/runtime/hexagon/rpc/android/session.cc         |   2 +-
 src/runtime/vulkan/vulkan_device.h                 |   2 +-
 src/support/libinfo.cc                             |   4 +
 src/target/compilation_config.cc                   |  23 +-
 src/target/llvm/codegen_llvm.cc                    |   2 +-
 src/target/spirv/spirv_support.cc                  |   2 +-
 src/target/target.cc                               |  14 +-
 src/target/virtual_device.cc                       |   8 +-
 src/tir/analysis/verify_memory.cc                  |   2 +-
 src/tir/schedule/primitive/cache_read_write.cc     |  19 +-
 src/tir/transforms/make_packed_api.cc              |   2 +-
 src/tir/transforms/make_unpacked_api.cc            |   2 +-
 .../relay/collage/demo_collage_partitioner.py      |  10 +-
 .../unittest/test_meta_schedule_cost_model.py      |  45 ++-
 tests/python/unittest/test_target_target.py        |   4 +-
 tests/python/unittest/test_tir_schedule_reindex.py |  14 +-
 .../scripts/release/PRERELEASE_NOTES.md            |   8 +-
 36 files changed, 383 insertions(+), 306 deletions(-)
 copy 3rdparty/picojson/README.md => tests/scripts/release/PRERELEASE_NOTES.md 
(72%)

Reply via email to