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

Method PollForEventStatus

tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:798–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796}
797
798Event::Status GpuExecutor::PollForEventStatus(Event* event) {
799 return AsGpuEvent(event)->PollForStatus();
800}
801
802bool GpuExecutor::AllocateStream(Stream* stream) {
803 return AsGpuStream(stream)->Init();

Callers

nothing calls this directly

Calls 2

AsGpuEventFunction · 0.70
PollForStatusMethod · 0.45

Tested by

no test coverage detected