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 beca091e36 [LLVM] Fix JIT unknown reloc issue for case of RISCV
add 70aa379790 [Docker][CI] Reintroduce NNEF to CI images (#17955)
add 71f1ad03d5 [Fix][Relax] Fix dangling reference in GetTargetFunctions()
(#17950)
add 01268ac089 [LLVM][Codegen] Enable SVE/VLA for RISCV targets
add ab51a010be Update estimate_flops.cc
add dc2e06a86b Update estimate_flops.cc
add 561d085974 Update estimate_flops.cc
add b77f948489 Fix sqrt/rsqrt Compatibility with Integer Data Types
(#17953)
No new revisions were added by this update.
Summary of changes:
docker/Dockerfile.ci_cpu | 4 +
docker/Dockerfile.ci_gpu | 3 +
...u_install_gluoncv.sh => ubuntu_install_nnef.sh} | 3 +-
docker/python/ci-constraints.txt | 1 +
python/tvm/topi/math.py | 4 +
src/arith/analyzer.cc | 9 +-
src/arith/const_int_bound.cc | 7 +-
src/arith/scalable_expression.cc | 33 ++++-
src/arith/scalable_expression.h | 15 +-
src/relax/transform/lift_transform_params.cc | 3 +-
src/target/llvm/codegen_aarch64.cc | 4 +-
src/tir/analysis/estimate_flops.cc | 7 +
src/tir/transforms/vectorize_loop.cc | 6 +-
tests/python/arith/test_arith_simplify.py | 2 +-
.../python/codegen/test_target_codegen_aarch64.py | 163 ++++++---------------
.../python/codegen/test_target_codegen_llvm_vla.py | 149 +++++++++++++++++++
.../tir-schedule/test_tir_schedule_split_fuse.py | 2 +-
.../tir-transform/test_tir_transform_vectorize.py | 2 +-
18 files changed, 274 insertions(+), 143 deletions(-)
copy docker/install/{ubuntu_install_gluoncv.sh => ubuntu_install_nnef.sh} (96%)
create mode 100644 tests/python/codegen/test_target_codegen_llvm_vla.py