CMakeLists.txt
License.txt
MANIFEST.in
README.md
pyproject.toml
requirements_build.txt
requirements_cuda12.txt
requirements_cuda13.txt
requirements_optional_cuda12.txt
requirements_optional_cuda13.txt
setup.py
build_assets/cute/entry_point.h
build_assets/cute/generate_amo.py
build_assets/cute/generate_collective.py
build_assets/cute/generate_cute_bindings.py
build_assets/cute/generate_cute_config.py
build_assets/cute/generate_rma.py
build_assets/cute/templates/config_nvshmem.yml.j2
build_assets/cute/templates/core/device/cute/amo.py.j2
build_assets/cute/templates/core/device/cute/collective.py.j2
build_assets/cute/templates/core/device/cute/rma.py.j2
build_assets/cybind/config_nvshmem.py
build_assets/cybind/templates/cynvshmem.pxd
build_assets/cybind/templates/cynvshmem.pyx
build_assets/cybind/templates/nvshmem.pxd
build_assets/cybind/templates/nvshmem.pyx
build_assets/cybind/templates/_internal/nvshmem.pxd
build_assets/cybind/templates/_internal/nvshmem_linux.pyx
build_assets/numbast/__init__.py
build_assets/numbast/config_nvshmem.py
build_assets/numbast/generate_amo.py
build_assets/numbast/generate_coll.py
build_assets/numbast/generate_mem.py
build_assets/numbast/generate_rma.py
build_assets/numbast/numba_constants.py
build_assets/numbast/numbast_common.py
build_assets/numbast/numbast_entry_point.h
build_assets/numbast/parameters.py
build_assets/numbast/templates/config_nvshmem.yml.j2
build_assets/numbast/templates/core/device/numba/amo.py.j2
build_assets/numbast/templates/core/device/numba/collective.py.j2
build_assets/numbast/templates/core/device/numba/mem.py.j2
build_assets/numbast/templates/core/device/numba/rma.py.j2
cmake/addCybind.cmake
cmake/addNumbast.cmake
cmake/buildWheel.cmake
cmake/force-rebuild-python-lib.cmake
cmake/generateCuteBindings.cmake
examples/device_custom_kernel.py
examples/device_ring_all_reduce.py
examples/init_fini.py
examples/on-stream.py
examples/simple_p2p_kernel.py
examples/torch_mempool.py
examples/torch_triton_interop.py
examples/triton_comm_kernels.py
examples/device/numba/moe_dataflow.py
nvshmem/__init__.py
nvshmem/version.py
nvshmem/bindings/__init__.py
nvshmem/bindings/cynvshmem.cpp
nvshmem/bindings/cynvshmem.pxd
nvshmem/bindings/cynvshmem.pyx
nvshmem/bindings/nvshmem.cpp
nvshmem/bindings/nvshmem.pxd
nvshmem/bindings/nvshmem.pyx
nvshmem/bindings/_internal/__init__.py
nvshmem/bindings/_internal/nvshmem.cpp
nvshmem/bindings/_internal/nvshmem.pxd
nvshmem/bindings/_internal/nvshmem.pyx
nvshmem/bindings/_internal/nvshmem_linux.pyx
nvshmem/bindings/device/__init__.py
nvshmem/bindings/device/cute/__init__.py
nvshmem/bindings/device/cute/_cuteast.py
nvshmem/bindings/device/cute/entry_point.h
nvshmem/bindings/device/numba/__init__.py
nvshmem/bindings/device/numba/_numbast.py
nvshmem/bindings/device/numba/entry_point.h
nvshmem/core/__init__.py
nvshmem/core/_internal_tracking.py
nvshmem/core/collective.py
nvshmem/core/direct.py
nvshmem/core/init_fini.py
nvshmem/core/memory.py
nvshmem/core/nvshmem_types.py
nvshmem/core/rma.py
nvshmem/core/teams.py
nvshmem/core/utils.py
nvshmem/core/device/__init__.py
nvshmem/core/device/cute/__init__.py
nvshmem/core/device/cute/amo.py
nvshmem/core/device/cute/collective.py
nvshmem/core/device/cute/direct.py
nvshmem/core/device/cute/mem.py
nvshmem/core/device/cute/rma.py
nvshmem/core/device/numba/__init__.py
nvshmem/core/device/numba/amo.py
nvshmem/core/device/numba/collective.py
nvshmem/core/device/numba/direct.py
nvshmem/core/device/numba/mem.py
nvshmem/core/device/numba/rma.py
nvshmem/core/interop/cupy.py
nvshmem/core/interop/cute.py
nvshmem/core/interop/torch.py
nvshmem4py_cu12.egg-info/PKG-INFO
nvshmem4py_cu12.egg-info/SOURCES.txt
nvshmem4py_cu12.egg-info/dependency_links.txt
nvshmem4py_cu12.egg-info/not-zip-safe
nvshmem4py_cu12.egg-info/requires.txt
nvshmem4py_cu12.egg-info/top_level.txt
perftest/alltoall_on_stream.py
perftest/broadcast_on_stream.py
perftest/fcollect_on_stream.py
perftest/reducescatter_on_stream.py
perftest/reduction_on_stream.py
perftest/utils.py
scripts/find_python_versions.sh
scripts/generate_pyproject_toml.py
test/collective_test.py
test/gitlab_ci_launcher.sh
test/init_test.py
test/memory_test.py
test/python_test_wrapper.sh
test/rma_test.py
test/run_tests.sh
test/teams_test.py
test/test_collective.py
test/test_cute_interop.py
test/test_get_version.py
test/test_highlevel_bindings.py
test/test_npe.py
test/test_ptr.py
test/test_ring.py
test/test_ring_allreduce.py
test/utils.py
test/wheel_sanity_test.py
test/device/cute/conftest.py
test/device/cute/test_cute_bindings.py
test/device/cute/test_device_amo.py
test/device/cute/test_device_coll.py
test/device/cute/test_device_mem.py
test/device/cute/test_device_rma.py
test/device/cute/test_device_sync.py
test/device/cute/utils.py
test/device/numba/conftest.py
test/device/numba/test_device_amo.py
test/device/numba/test_device_barrier.py
test/device/numba/test_device_coll.py
test/device/numba/test_device_mem.py
test/device/numba/test_device_rma.py
test/device/numba/test_device_sync.py
test/device/numba/utils.py