Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
bool GpuStream::IsIdle() const {
48
return GpuDriver::IsStreamIdle(parent_->gpu_context(), gpu_stream_);
49
}
50
51
GpuStream* AsGpuStream(Stream* stream) {
52
DCHECK(stream != nullptr);
Callers
2
DeallocateStream
Method · 0.80
DeallocateStream
Method · 0.80
Calls
1
gpu_context
Method · 0.45
Tested by
no test coverage detected