TensorPlay
API symbolsdistributed
Copy
View MarkdownDownload .md

tensorplay.distributed.distributed_c10d.batch_isend_irecv

tensorplay.distributed.distributed_c10d.batch_isend_irecv(p2p_op_list: List[P2POp]) List[Work][source]

Send or receive a batch of tensors asynchronously (torch parity).

All operations are treated as a single NCCL group so ordering of sends vs receives cannot deadlock. Every rank in group must participate.

Ask DeepWiki