pub fn group_start() -> Result<NcclGroupTicket, NcclError>
Expand description
Start a new NCCL group. All NCCL calls within this group will be combined, provided that they were issued on the same thread.
pub fn group_start() -> Result<NcclGroupTicket, NcclError>
Start a new NCCL group. All NCCL calls within this group will be combined, provided that they were issued on the same thread.