This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from f8dbbdaf5c [REFACTOR] Phase out dmlc dep (#18779)
add 0291afa2ca [CI] Remove unity from tvm-bot (#18780)
add 09be548a7c [S-TIR][FIX] Remove redundant std::move() to itself (#18782)
add ac70260e5a [CI] Update system cuda version 12.4->12.8 (#18783)
add d5371954d4 [chore] cleanup unsed legacy backtrac code in logging
(#18781)
No new revisions were added by this update.
Summary of changes:
.gitmodules | 6 -
3rdparty/cutlass_fpA_intB_gemm | 2 +-
3rdparty/dmlc-core | 1 -
3rdparty/rang | 1 -
CMakeLists.txt | 1 -
LICENSE | 16 --
ci/scripts/github/github_tvmbot.py | 1 -
docker/Dockerfile.ci_gpu | 2 +-
docker/lint.sh | 3 -
include/tvm/runtime/logging.h | 9 +-
python/tvm/relax/frontend/nn/extern.py | 4 +-
src/ir/diagnostic.cc | 15 +-
src/runtime/logging.cc | 270 ---------------------
src/runtime/profiling.cc | 3 +-
.../transform/lower_cross_thread_reduction.cc | 1 -
tests/lint/cpplint.sh | 5 -
tests/lint/jnilint.sh | 3 -
tests/scripts/task_lint.sh | 3 -
18 files changed, 9 insertions(+), 337 deletions(-)
delete mode 160000 3rdparty/dmlc-core
delete mode 160000 3rdparty/rang