Imported from upstream.
GitOrigin-RevId: a990ae4f2618215d3c4d0ca1c949619e5c26327b
上级
Showing
.clang-format
0 → 100644
.gitignore
0 → 100644
CMakeLists.txt
0 → 100644
README.md
0 → 100644
cmake/gtest.cmake
0 → 100644
cmake/nccl.cmake
0 → 100644
cmake/ucx.cmake
0 → 100644
src/common.cpp
0 → 100644
src/common.h
0 → 100644
src/communicator.cpp
0 → 100644
src/communicator.h
0 → 100644
src/context.h
0 → 100644
src/debug.cpp
0 → 100644
src/debug.h
0 → 100644
src/megray.h
0 → 100644
src/nccl/communicator.cpp
0 → 100644
src/nccl/communicator.h
0 → 100644
src/nccl/utils.cpp
0 → 100644
src/nccl/utils.h
0 → 100644
src/ucx/all_gather.cpp
0 → 100644
src/ucx/all_reduce.cpp
0 → 100644
src/ucx/broadcast.cpp
0 → 100644
src/ucx/communicator.cpp
0 → 100644
src/ucx/communicator.h
0 → 100644
src/ucx/kernel.cu
0 → 100644
src/ucx/reduce.cpp
0 → 100644
src/ucx/reduce_scatter.cpp
0 → 100644
src/ucx/utils.h
0 → 100644
test/CMakeLists.txt
0 → 100644
test/test_base.h
0 → 100644
test/test_main.cpp
0 → 100644
test/test_opr.cpp
0 → 100644
third_party/prepare.sh
0 → 100755
想要评论请 注册 或 登录