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

Method StartPolling

tensorflow/contrib/verbs/rdma.cc:425–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425void RdmaAdapter::StartPolling() {
426 polling_thread_.reset(Env::Default()->StartThread(
427 ThreadOptions(), "RdmaAdapterCQThread", [this] { Process_CQ(); }));
428 VLOG(2) << "Start RdmaAdapter: " << name();
429}
430
431string RdmaAdapter::name() const { return string(context_->device->name); }
432

Callers 1

ConnectivityCheckMethod · 0.80

Calls 5

DefaultFunction · 0.85
ThreadOptionsClass · 0.85
nameFunction · 0.85
resetMethod · 0.45
StartThreadMethod · 0.45

Tested by

no test coverage detected