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

Method BlockUntilDone

tensorflow/stream_executor/host/host_stream.cc:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void HostStream::BlockUntilDone() {
82 absl::Notification done;
83 EnqueueTask([&done]() { done.Notify(); });
84 done.WaitForNotification();
85}
86
87} // namespace host
88

Callers 1

BlockHostUntilDoneMethod · 0.45

Calls 2

NotifyMethod · 0.45
WaitForNotificationMethod · 0.45

Tested by

no test coverage detected