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

Method AllocateEvent

tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:774–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772}
773
774port::Status GpuExecutor::AllocateEvent(Event* event) {
775 return AsGpuEvent(event)->Init();
776}
777
778port::Status GpuExecutor::DeallocateEvent(Event* event) {
779 return AsGpuEvent(event)->Destroy();

Callers

nothing calls this directly

Calls 2

AsGpuEventFunction · 0.70
InitMethod · 0.45

Tested by

no test coverage detected