aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/verbs
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-21 14:07:14 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-21 14:16:17 -0700
commitcbfd50ff0f01e1825922230a8bc6e5766da98dd7 (patch)
treea04de227140282e56e2ad2dfd67b9e326db1442a /tensorflow/contrib/verbs
parent74057361032bc4d9a9fbfced1f433b06c06c09ec (diff)
Removes tolerate_dup_recv from LocaRendezvous.
PiperOrigin-RevId: 162782660
Diffstat (limited to 'tensorflow/contrib/verbs')
-rw-r--r--tensorflow/contrib/verbs/rdma_rendezvous_mgr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/verbs/rdma_rendezvous_mgr.cc b/tensorflow/contrib/verbs/rdma_rendezvous_mgr.cc
index 9ea696589a..3ba6510711 100644
--- a/tensorflow/contrib/verbs/rdma_rendezvous_mgr.cc
+++ b/tensorflow/contrib/verbs/rdma_rendezvous_mgr.cc
@@ -31,7 +31,7 @@ namespace tensorflow {
class RdmaRemoteRendezvous : public BaseRemoteRendezvous {
public:
RdmaRemoteRendezvous(const WorkerEnv* env, int64 step_id, RdmaMgr* rdma_mgr)
- : BaseRemoteRendezvous(env, step_id, true), rdma_mgr_(rdma_mgr) {}
+ : BaseRemoteRendezvous(env, step_id), rdma_mgr_(rdma_mgr) {}
protected:
void RecvFromRemoteAsync(const Rendezvous::ParsedKey& parsed,