This repository was archived by the owner on May 17, 2022. It is now read-only.
2 files changed
+2
-2
lines changed- src/Makefile.am+1
- src/components/cl/ucc_cl.c+2-1
- src/components/mc/cuda/kernel/mc_cuda_reduce.cu+5-5
- src/components/tl/ucp/Makefile.am+12-1
- src/components/tl/ucp/allgather/allgather_ring.c+1
- src/components/tl/ucp/allgatherv/allgatherv.c+27
- src/components/tl/ucp/allgatherv/allgatherv.h+15
- src/components/tl/ucp/allgatherv/allgatherv_ring.c+97
- src/components/tl/ucp/allreduce/allreduce.c+1
- src/components/tl/ucp/allreduce/allreduce_knomial.c+1
- src/components/tl/ucp/alltoallv/alltoallv_pairwise.c+11-28
- src/components/tl/ucp/bcast/bcast.c+18
- src/components/tl/ucp/bcast/bcast.h+13
- src/components/tl/ucp/bcast/bcast_knomial.c+90
- src/components/tl/ucp/tl_ucp.c+5
- src/components/tl/ucp/tl_ucp.h+1
- src/components/tl/ucp/tl_ucp_coll.c+9-1
- src/components/tl/ucp/tl_ucp_coll.h+6
- src/core/ucc_coll.c+101-4
- src/core/ucc_team.h+3-2
- src/schedule/ucc_schedule.h-4
- src/utils/ucc_coll_utils.h+38
- src/utils/ucc_log.h+2
- src/utils/ucc_math.h+1
- test/gtest/Makefile.am+3-1
- test/gtest/common/test_helpers.h+2-2
- test/gtest/common/test_ucc.cc+11
- test/gtest/common/test_ucc.h+39-2
- test/gtest/core/test_alltoall.cc+122
- test/gtest/core/test_alltoallv.cc+218
- test/mpi/Makefile.am+3-1
- test/mpi/buffer.cc+1-2
- test/mpi/main.cc+68-4
- test/mpi/test_allgatherv.cc+76
- test/mpi/test_bcast.cc+47
- test/mpi/test_case.cc+14-3
- test/mpi/test_mpi.cc+78-22
- test/mpi/test_mpi.h+38-3
- buildlib/azure-pipelines-pr.yml+5
- buildlib/tools/builds.sh+6-2
- src/ucp/core/ucp_ep.h+4-4
- src/ucp/core/ucp_ep.inl+3-3
- src/ucp/core/ucp_mm.c+11-11
- src/ucp/core/ucp_request.h+2-1
- src/ucp/rma/flush.c+1-1
- src/ucp/rma/rma.inl+4-4
- src/ucp/tag/tag_send.c+13-14
- src/ucp/wireup/wireup_cm.c+6-7
- src/ucs/sys/sock.c+5
- src/ucs/sys/sock.h+2-2
- src/uct/ib/rdmacm/rdmacm_cm.c+24-7
- src/uct/ib/rdmacm/rdmacm_cm_ep.c+7-3
- test/apps/iodemo/io_demo.cc+18-6
- test/gtest/ucp/test_ucp_sockaddr.cc+2-4
- test/gtest/ucs/test_sock.cc+16
0 commit comments