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

Method BlockHostUntilDone

tensorflow/stream_executor/rocm/rocm_gpu_executor.cc:689–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687}
688
689port::Status GpuExecutor::BlockHostUntilDone(Stream* stream) {
690 return GpuDriver::SynchronizeStream(context_, AsGpuStreamValue(stream));
691}
692
693blas::BlasSupport* GpuExecutor::CreateBlas() {
694 PluginRegistry* registry = PluginRegistry::Instance();

Callers 1

DoDepthConcatenateMethod · 0.45

Calls 1

AsGpuStreamValueFunction · 0.85

Tested by

no test coverage detected