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

Method AllocateEvent

tensorflow/stream_executor/rocm/rocm_gpu_executor.cc:618–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616}
617
618port::Status GpuExecutor::AllocateEvent(Event* event) {
619 return AsGpuEvent(event)->Init();
620}
621
622port::Status GpuExecutor::DeallocateEvent(Event* event) {
623 return AsGpuEvent(event)->Destroy();

Callers

nothing calls this directly

Calls 2

AsGpuEventFunction · 0.70
InitMethod · 0.45

Tested by

no test coverage detected