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 24a4e6cbe9 [LLVM] Fix build failures when building with llvm>=22
(#18818)
add 7b771ce623 fix: replace 6 bare except clauses with except Exception
(#18821)
add c7af8e46e9 [DOC] Update installation docs with missing dependencies
(#18194) (#18808)
add e30208ce5a [REFACTOR] Phase out root Makefile (#18828)
add 2d1f1cd34a [REFACTOR] Update CHECK and ICHECK_GE to TVM_FFI_ICHECK and
TVM_FFI_ICHECK_GE in thrust.cu (#18825)
No new revisions were added by this update.
Summary of changes:
Makefile | 151 ---------------------
apps/cpp_rpc/README.md | 3 +-
docker/README.md | 6 +-
docs/install/from_source.rst | 22 ++-
jvm/README.md | 4 +-
python/tvm/relax/frontend/torch/fx_translator.py | 2 +-
python/tvm/runtime/_tensor.py | 2 +-
.../tvm/s_tir/dlight/analysis/common_analysis.py | 2 +-
src/runtime/contrib/thrust/thrust.cu | 13 +-
tests/lint/blocklint.sh | 20 ---
tests/lint/check_asf_header.sh | 20 ---
tests/lint/cppdocs.sh | 2 +-
tests/lint/flake8.sh | 20 ---
tests/lint/git-black.sh | 20 ---
tests/lint/git-clang-format.sh | 20 ---
tests/lint/jnilint.sh | 20 ---
tests/lint/pylint.sh | 20 ---
tests/lint/whitespace.sh | 20 ---
.../contrib/test_hexagon/test_run_unit_tests.py | 2 +-
tests/python/relax/test_group_gemm_flashinfer.py | 2 +-
tests/scripts/release/make_notes.py | 2 +-
tests/scripts/task_java_unittest.sh | 6 +-
tests/scripts/task_jvm_build.sh | 66 +++++++++
tests/scripts/task_python_docs.sh | 4 +-
24 files changed, 107 insertions(+), 342 deletions(-)
delete mode 100644 Makefile
delete mode 100755 tests/lint/blocklint.sh
delete mode 100755 tests/lint/check_asf_header.sh
delete mode 100755 tests/lint/flake8.sh
delete mode 100755 tests/lint/git-black.sh
delete mode 100755 tests/lint/git-clang-format.sh
delete mode 100755 tests/lint/jnilint.sh
delete mode 100755 tests/lint/pylint.sh
delete mode 100755 tests/lint/whitespace.sh
create mode 100755 tests/scripts/task_jvm_build.sh