MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / RecvErrorStatus

Method RecvErrorStatus

tensorflow/contrib/verbs/rdma.cc:1658–1664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1656}
1657
1658void RdmaTensorRequest::RecvErrorStatus(const Status& status) {
1659 if (result_tensor_ == nullptr) {
1660 result_tensor_ = new Tensor();
1661 }
1662 LOG(ERROR) << "Received RDMA_MESSAGE_ERROR_STATUS: " << status.ToString();
1663 Done(status);
1664}
1665
1666void RdmaTensorRequest::Start() {
1667 meta_data_ = RdmaMemoryMgr::Singleton().GetTensorMetaData(key_);

Callers 1

Process_CQMethod · 0.80

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected