ncclGroupEnd Interface

interface

End a group call.

Returns when all operations since ncclGroupStart have been processed. This means the communication primitives have been enqueued to the provided streams, but are not necessarily complete.


Called by

interface~~ncclgroupend~~CalledByGraph interface~ncclgroupend ncclGroupEnd proc~execute_nccl backend_nccl%execute_nccl proc~execute_nccl->interface~ncclgroupend

public function ncclGroupEnd() result(ncclResult_t) bind(C, name="ncclGroupEnd")

Arguments

None

Return Value integer(kind=c_int32_t)

Completion status