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

Method PollForEventStatus

tensorflow/stream_executor/rocm/rocm_gpu_executor.cc:642–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640}
641
642Event::Status GpuExecutor::PollForEventStatus(Event* event) {
643 return AsGpuEvent(event)->PollForStatus();
644}
645
646bool GpuExecutor::AllocateStream(Stream* stream) {
647 return AsGpuStream(stream)->Init();

Callers

nothing calls this directly

Calls 2

AsGpuEventFunction · 0.70
PollForStatusMethod · 0.45

Tested by

no test coverage detected