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

Method BlockHostUntilDone

tensorflow/stream_executor/host/host_gpu_executor.cc:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258port::Status HostExecutor::BlockHostUntilDone(Stream *stream) {
259 AsHostStream(stream)->BlockUntilDone();
260 return port::Status::OK();
261}
262
263port::StatusOr<std::unique_ptr<DeviceDescription>>
264HostExecutor::CreateDeviceDescription(int device_ordinal) {

Callers 1

TESTFunction · 0.45

Calls 2

AsHostStreamFunction · 0.85
BlockUntilDoneMethod · 0.45

Tested by 1

TESTFunction · 0.36