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

Method IsIdle

tensorflow/stream_executor/gpu/gpu_stream.cc:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool GpuStream::IsIdle() const {
48 return GpuDriver::IsStreamIdle(parent_->gpu_context(), gpu_stream_);
49}
50
51GpuStream* AsGpuStream(Stream* stream) {
52 DCHECK(stream != nullptr);

Callers 2

DeallocateStreamMethod · 0.80
DeallocateStreamMethod · 0.80

Calls 1

gpu_contextMethod · 0.45

Tested by

no test coverage detected