Add support for ncclAllGather in NcclManager.
The rank provided by the user is important, because order matters in ncclAllGather. Data from rank `i` is put at offset `i*sendcount` in the recv buffer. So, this change includes a small modification to how ranks are handled internally in NcclManager. PiperOrigin-RevId: 233461740
Loading
Please sign in to comment