openucx / xccl

Other
22 stars 14 forks source link

xccl/ucx: fix allgather for IN_PLACE buffers #123

Closed pavanbalaji closed 3 years ago

pavanbalaji commented 3 years ago

The IN_PLACE code for allgather was not moving data on non-zero ranks from the source location to the appropriate destination location.

Signed-off-by: Pavan Balaji pavanbalaji.work@gmail.com