Expand description
Typed Broadcast request — generic over T: NcclReduceSupported.
Structs§
- Broadcast
Request - In-place broadcast: every rank’s
databuffer is overwritten with the contents ofdataon the rank whosecomm.rank() == root.
Typed Broadcast request — generic over T: NcclReduceSupported.
data buffer is overwritten with
the contents of data on the rank whose comm.rank() == root.