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 6166121de4 [CMake] Add NCCL to TVM and TVM Runtime (#15605)
add 512b114322 [CPP_RPC] export listdir for RPC (#15537)
add b5dae98ebf [Arith] Fix detect linear equation with uint var (#15558)
add b9652a2db0 [Hopper TMA] CUDA codegen for async copy with barrier
synchronization (#15616)
No new revisions were added by this update.
Summary of changes:
apps/cpp_rpc/rpc_env.cc | 16 +++
include/tvm/tir/builtin.h | 32 ++++++
python/tvm/rpc/client.py | 17 ++++
python/tvm/script/ir_builder/tir/ir.py | 8 ++
python/tvm/tir/__init__.py | 11 ++-
python/tvm/tir/op.py | 80 +++++++++++++++
src/arith/detect_linear_equation.cc | 3 +-
src/target/source/codegen_cuda.cc | 39 ++++++++
src/target/source/codegen_cuda.h | 2 +
src/target/source/ptx.cc | 93 ++++++++++++++----
src/target/source/ptx.h | 26 +++++
src/tir/op/builtin.cc | 9 ++
.../unittest/test_arith_detect_linear_equation.py | 4 +
tests/python/unittest/test_tir_op_types.py | 20 ++++
.../test_tir_transform_inject_ptx_async_copy.py | 108 ++++++++++++++-------
15 files changed, 411 insertions(+), 57 deletions(-)