TensorPlay
API symbolsdistributed
Copy
View MarkdownDownload .md

tensorplay.distributed.distributed_c10d.irecv

tensorplay.distributed.distributed_c10d.irecv(tensor: TensorBase, src: int | None = None, group=None, tag: int = 0)[source]

Receives a tensor asynchronously (torch parity; src global rank).

Returns a Work handle whose wait() completes the copy, or None if not part of the group.

Ask DeepWiki