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

Method BlockHostUntilDone

tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:845–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843}
844
845port::Status GpuExecutor::BlockHostUntilDone(Stream* stream) {
846 return GpuDriver::SynchronizeStream(context_, AsGpuStreamValue(stream));
847}
848
849blas::BlasSupport* GpuExecutor::CreateBlas() {
850 PluginRegistry *registry = PluginRegistry::Instance();

Callers 5

DoDepthConcatenateMethod · 0.45
CheckRedzoneHostFunction · 0.45
ReinitializeRedzoneFunction · 0.45
CheckRedzonesForBufferFunction · 0.45
TESTFunction · 0.45

Calls 1

AsGpuStreamValueFunction · 0.85

Tested by 1

TESTFunction · 0.36