ray.experimental.TensorTransportManager.abort_transport#
- abstract TensorTransportManager.abort_transport(obj_id: str, communicator_metadata: CommunicatorMetadata)[source]#
Aborts an in-progress transfer. Ray calls this on both the source and destination actors when a system error occurs if
can_abort_transportreturnsTrue.- Parameters:
obj_id – The object ID for related GPU object.
communicator_metadata – The communicator metadata for the send/recv operation.