TensorPlay
API symbolsdistributed
Copy
View MarkdownDownload .md

tensorplay.distributed.distributed_c10d.isend

tensorplay.distributed.distributed_c10d.isend(tensor: TensorBase, dst: int, group=None, tag: int = 0)[source]

Send a tensor asynchronously (torch parity; dst is a global rank).

Returns a Work handle, or None if not part of the group.

Ask DeepWiki