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 04b351cfe8 [DOC] Unify GitHub naming (#18794)
add 52e45477de [DOC] Unify CUDA naming (#18797)
add 72f51851f1 [CI] Refactor Dockerfiles and installation scripts (#18796)
add 1ebd5e060e [DOC] Fix docstring, unify CMake, nvidia-docker deprecation
(#18799)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 6 +--
Makefile | 4 +-
apps/cpp_rpc/CMakeLists.txt | 2 +-
apps/cpp_rpc/README.md | 10 ++--
apps/hexagon_api/README.md | 2 +-
apps/hexagon_launcher/README.md | 2 +-
apps/hexagon_launcher/cmake/HexagonLauncher.cmake | 2 +-
apps/ios_rpc/CMakeLists.txt | 2 +-
apps/ios_rpc/README.md | 2 +-
ci/jenkins/generated/arm_jenkinsfile.groovy | 4 +-
ci/jenkins/generated/cpu_jenkinsfile.groovy | 4 +-
ci/jenkins/generated/docker_jenkinsfile.groovy | 2 +-
ci/jenkins/generated/gpu_jenkinsfile.groovy | 2 +-
ci/jenkins/generated/lint_jenkinsfile.groovy | 2 +-
ci/jenkins/generated/wasm_jenkinsfile.groovy | 4 +-
ci/jenkins/templates/arm_jenkinsfile.groovy.j2 | 2 +-
ci/jenkins/templates/cpu_jenkinsfile.groovy.j2 | 2 +-
ci/jenkins/templates/utils/Build.groovy.j2 | 2 +-
ci/jenkins/templates/wasm_jenkinsfile.groovy.j2 | 2 +-
cmake/config.cmake | 30 +++++------
cmake/libs/Libbacktrace.cmake | 2 +-
cmake/modules/CUDA.cmake | 8 +--
cmake/modules/ClangFlags.cmake | 2 +-
cmake/modules/ROCM.cmake | 2 +-
cmake/modules/contrib/ArmComputeLib.cmake | 2 +-
cmake/modules/contrib/CLML.cmake | 2 +-
cmake/utils/FindCUDA.cmake | 2 +-
cmake/utils/Utils.cmake | 6 +--
docker/Dockerfile.ci_arm | 24 ++++-----
docker/Dockerfile.ci_cpu | 33 +++++-------
docker/Dockerfile.ci_gpu | 40 ++++++--------
docker/Dockerfile.ci_lint | 19 +++----
docker/Dockerfile.ci_wasm | 29 ++++------
docker/bash.sh | 2 +-
docker/install/ubuntu2004_install_core.sh | 43 ---------------
docker/install/ubuntu2004_install_python.sh | 44 ---------------
.../install/ubuntu2004_install_python_package.sh | 44 ---------------
docker/install/ubuntu2004_install_redis.sh | 26 ---------
docker/install/ubuntu2204_install_llvm.sh | 48 -----------------
docker/install/ubuntu_install_aprofile_aem.sh | 8 +--
docker/install/ubuntu_install_clang_format.sh | 12 +++--
docker/install/ubuntu_install_cmake.sh | 63 ++++++++++++++++++++++
docker/install/ubuntu_install_cmake_source.sh | 40 --------------
docker/install/ubuntu_install_dnnl.sh | 16 +++---
docker/install/ubuntu_install_emscripten.sh | 4 +-
docker/install/ubuntu_install_golang.sh | 25 ---------
docker/install/ubuntu_install_googletest.sh | 3 +-
docker/install/ubuntu_install_libtorch.sh | 19 +++++--
docker/install/ubuntu_install_llvm.sh | 47 +++++++---------
docker/install/ubuntu_install_nodejs.sh | 13 ++---
docker/install/ubuntu_install_python.sh | 21 ++------
docker/install/ubuntu_install_python_package.sh | 2 +-
docker/install/ubuntu_install_rat.sh | 21 ++++++--
docker/install/ubuntu_install_rocm.sh | 6 ++-
docker/install/ubuntu_install_rust.sh | 39 --------------
docker/install/ubuntu_install_sbt.sh | 34 ------------
docker/install/ubuntu_install_sccache.sh | 53 ++++++++++++++----
docker/install/ubuntu_install_tensorflow.sh | 8 +--
.../install/ubuntu_install_tensorflow_aarch64.sh | 8 ++-
docker/install/ubuntu_install_tflite.sh | 5 +-
docker/install/ubuntu_install_vulkan.sh | 9 +++-
docker/install/ubuntu_install_wasmtime.sh | 40 +++++++++++---
.../utils/download-and-verify.sh | 45 +++++++++++-----
docs/install/docker.rst | 3 +-
docs/install/from_source.rst | 2 +-
include/tvm/s_tir/meta_schedule/postproc.h | 2 +-
include/tvm/tir/function.h | 2 +-
python/tvm/contrib/cutlass/gemm_profiler.py | 2 +-
.../msc/framework/tensorrt/codegen/sources.py | 2 +-
python/tvm/contrib/nvcc.py | 22 ++++----
python/tvm/contrib/xcode.py | 4 +-
python/tvm/libinfo.py | 2 +-
python/tvm/relax/transform/transform.py | 1 +
python/tvm/runtime/device.py | 26 ++++-----
python/tvm/runtime/executable.py | 2 +-
.../schedule/cuda/layout_transform.py | 2 +-
python/tvm/testing/plugin.py | 2 +-
python/tvm/testing/utils.py | 4 +-
python/tvm/topi/gpu/sort.py | 2 +-
src/contrib/msc/plugin/base_codegen.h | 6 +--
src/contrib/msc/plugin/tensorrt_codegen.h | 2 +-
src/contrib/msc/plugin/torch_codegen.h | 2 +-
src/contrib/msc/plugin/tvm_codegen.h | 2 +-
src/runtime/contrib/cublas/cublas_utils.h | 2 +-
src/runtime/contrib/nvshmem/memory_allocator.cc | 2 +-
src/runtime/contrib/papi/papi.cc | 2 +-
src/runtime/cuda/cuda_module.h | 4 +-
src/runtime/hexagon/README.md | 6 +--
.../postproc/rewrite_unbound_block.cc | 2 +-
src/s_tir/meta_schedule/schedule_rule/auto_bind.cc | 2 +-
src/support/libinfo.cc | 2 +-
src/target/datatype/posit/posit-wrapper.cc | 2 +-
src/target/opt/build_cuda_off.cc | 2 +-
src/target/opt/build_cuda_on.cc | 4 +-
src/target/source/codegen_cuda.cc | 2 +-
src/target/source/codegen_cuda.h | 2 +-
src/target/source/literal/cuda_half_t.h | 2 +-
src/target/source/literal/cuda_int8_t.h | 2 +-
tests/python/contrib/test_msc/test_runner.py | 4 +-
tests/python/relax/test_relax_operators.py | 2 +-
.../test_tir_transform_device_kernel_launch.py | 4 +-
tests/scripts/task_show_node_info.sh | 2 +-
web/package-lock.json | 7 ---
103 files changed, 454 insertions(+), 702 deletions(-)
delete mode 100644 docker/install/ubuntu2004_install_core.sh
delete mode 100755 docker/install/ubuntu2004_install_python.sh
delete mode 100644 docker/install/ubuntu2004_install_python_package.sh
delete mode 100644 docker/install/ubuntu2004_install_redis.sh
delete mode 100644 docker/install/ubuntu2204_install_llvm.sh
create mode 100644 docker/install/ubuntu_install_cmake.sh
delete mode 100755 docker/install/ubuntu_install_cmake_source.sh
delete mode 100755 docker/install/ubuntu_install_golang.sh
mode change 100755 => 100644 docker/install/ubuntu_install_llvm.sh
delete mode 100755 docker/install/ubuntu_install_rust.sh
delete mode 100755 docker/install/ubuntu_install_sbt.sh
copy tests/scripts/task_config_build_arm.sh =>
docker/utils/download-and-verify.sh (53%)