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

Function AsGpuStreamValue

tensorflow/stream_executor/gpu/gpu_stream.cc:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56GpuStreamHandle AsGpuStreamValue(Stream* stream) {
57 DCHECK(stream != nullptr);
58 return AsGpuStream(stream)->gpu_stream();
59}
60
61} // namespace gpu
62} // namespace stream_executor

Callers 15

SetStreamMethod · 0.85
LaunchMethod · 0.85
MemsetMethod · 0.85
Memset32Method · 0.85
MemcpyMethod · 0.85
MemcpyDeviceToDeviceMethod · 0.85
HostCallbackMethod · 0.85
BlockHostUntilDoneMethod · 0.85
SetStreamFunction · 0.85
GetHandleMethod · 0.85
SetStreamMethod · 0.85

Calls 2

AsGpuStreamFunction · 0.85
gpu_streamMethod · 0.80

Tested by

no test coverage detected