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

Method AllocateStream

tensorflow/stream_executor/rocm/rocm_gpu_executor.cc:646–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646bool GpuExecutor::AllocateStream(Stream* stream) {
647 return AsGpuStream(stream)->Init();
648}
649
650void GpuExecutor::DeallocateStream(Stream* stream) {
651 GpuStream* rocm_stream = AsGpuStream(stream);

Callers

nothing calls this directly

Calls 2

AsGpuStreamFunction · 0.85
InitMethod · 0.45

Tested by

no test coverage detected