This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 2a16d98b9e [S-TIR] Fix software pipeline offsets for legacy MMA
intrinsics (#19742)
add 955c7860be [Tests] Fix flaky popen pool executor test (#19746)
add 39cc48bef8 [Hexagon][Tests] Clean up stale hexagon tests (#19747)
add b57d0b3d07 [Runtime][Disco] Fix session attribute storage, NVSHMEM
build, and test gating (#19736)
add a100bd3771 [CI] Align cuda-python with PyTorch cuda-bindings (#19738)
add 6468df4c44 [Codegen][LLVM][Tests] Gate +v9a vscale_range expectation
on LLVM version (#19744)
add 59f8283f62 [Runtime][Tests] Drop int4 from random_fill test, fix dtype
error message (#19748)
add 2c46ff96f8 [Tests][LLVM] Gate stepvector intrinsic rename on LLVM 20
(#19745)
add 6e6627ec6a [S-TIR][Tests] Mark test_cp_async_in_if_then_else as xfail
(#19751)
add 6f9609f10a [CI] Run s_tir/transform tests in the python-unittest stage
(#19737)
No new revisions were added by this update.
Summary of changes:
docker/install/ubuntu_install_cuda_python.sh | 2 +-
python/tvm/runtime/disco/session.py | 15 +-
python/tvm/testing/utils.py | 15 +
src/runtime/extra/contrib/nvshmem/dist_gemm.cu | 18 +-
.../extra/contrib/random/mt_random_engine.cc | 12 +-
.../python/codegen/test_target_codegen_aarch64.py | 5 +-
.../test_hexagon/test_2d_physical_buffers.py | 355 ---------------------
.../test_hexagon/test_fixed_point_conversion.py | 70 ----
tests/python/contrib/test_hexagon/test_take.py | 2 +-
tests/python/contrib/test_random.py | 3 +-
tests/python/disco/test_loader.py | 10 +
tests/python/disco/test_nvshmem.py | 206 +++++++-----
tests/python/disco/test_session.py | 109 ++++---
.../test_s_tir_transform_inject_ptx_async_copy.py | 3 +
tests/python/support/test_popen_pool.py | 2 +-
.../python/tirx-base/test_tir_scalable_datatype.py | 5 +-
tests/scripts/task_python_unittest.sh | 1 +
17 files changed, 258 insertions(+), 575 deletions(-)
delete mode 100644
tests/python/contrib/test_hexagon/test_2d_physical_buffers.py
delete mode 100644
tests/python/contrib/test_hexagon/test_fixed_point_conversion.py