Function group_start

Source
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.