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

Method AllocateStream

tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:802–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

800}
801
802bool GpuExecutor::AllocateStream(Stream* stream) {
803 return AsGpuStream(stream)->Init();
804}
805
806void GpuExecutor::DeallocateStream(Stream* stream) {
807 GpuStream* cuda_stream = AsGpuStream(stream);

Callers

nothing calls this directly

Calls 2

AsGpuStreamFunction · 0.85
InitMethod · 0.45

Tested by

no test coverage detected