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 98de9ba841 [TVM4J][BugFix] Fix unhandled return type in JNI (#17308)
add 40b6c14bba [Disco] Add NVSHMEM support (#17317)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 23 +++++++
cmake/modules/LibInfo.cmake | 1 +
cmake/utils/FindNVSHMEM.cmake | 52 +++++++++++++++
src/runtime/contrib/nvshmem/nvshmem.cc | 66 +++++++++++++++++++
src/support/libinfo.cc | 5 ++
tests/python/disco/test_nvshmem.py | 114 +++++++++++++++++++++++++++++++++
6 files changed, 261 insertions(+)
create mode 100644 cmake/utils/FindNVSHMEM.cmake
create mode 100644 src/runtime/contrib/nvshmem/nvshmem.cc
create mode 100644 tests/python/disco/test_nvshmem.py