aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/verbs/verbs_server_lib.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/verbs/verbs_server_lib.cc')
-rw-r--r--tensorflow/contrib/verbs/verbs_server_lib.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/verbs/verbs_server_lib.cc b/tensorflow/contrib/verbs/verbs_server_lib.cc
index a606ef75a4..47ed83f521 100644
--- a/tensorflow/contrib/verbs/verbs_server_lib.cc
+++ b/tensorflow/contrib/verbs/verbs_server_lib.cc
@@ -104,6 +104,7 @@ Status VerbsServer::Start() {
[this] { verbs_service_->HandleRPCsLoop(); }));
rdma_mgr_->SetupChannels();
CHECK(rdma_mgr_->ConnectivityCheck()) << "Connectivity check failed!";
+ rdma_mgr_->InitAllocators();
verbs_state_ = CONNECTED;
}
}