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 bf752dc403 [Fix] Fix ExecBuilderDeclareFunction method name in
exec_builder.py (#18092)
add a40f73f04d [NVSHMEM] Extend CUDA backend to compile and link TIR
modules with NVSHMEM (#18093)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 2 +-
include/tvm/runtime/disco/builtin.h | 4 +-
python/tvm/contrib/nvcc.py | 114 ++++++++++++++++++++-
python/tvm/runtime/disco/session.py | 10 +-
src/runtime/contrib/nvshmem/init.cc | 14 +++
src/runtime/cuda/cuda_module.cc | 8 ++
src/runtime/disco/builtin.cc | 17 +--
src/runtime/disco/utils.h | 7 +-
src/target/source/codegen_cuda.cc | 17 +--
tests/python/disco/test_nvshmem.py | 56 ++++++++++
.../test_tir_transform_inject_ptx_async_copy.py | 18 +---
11 files changed, 218 insertions(+), 49 deletions(-)