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

Method BlockUntilDone

tensorflow/compiler/xla/service/execution_tracker.cc:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40Status AsyncExecution::BlockUntilDone() const {
41 for (auto& stream : streams_) {
42 TF_RETURN_IF_ERROR(stream->BlockHostUntilDone());
43 }
44 return Status::OK();
45}
46
47ExecutionTracker::ExecutionTracker() : next_handle_(1) {}
48

Callers 4

WaitForExecutionMethod · 0.45
MemcpyMethod · 0.45
BlockHostUntilDoneMethod · 0.45

Calls 1

BlockHostUntilDoneMethod · 0.45

Tested by

no test coverage detected