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

Method DeallocateEvent

tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:778–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776}
777
778port::Status GpuExecutor::DeallocateEvent(Event* event) {
779 return AsGpuEvent(event)->Destroy();
780}
781
782port::Status GpuExecutor::RecordEvent(Stream* stream, Event* event) {
783 return AsGpuEvent(event)->Record(AsGpuStream(stream));

Callers

nothing calls this directly

Calls 2

AsGpuEventFunction · 0.70
DestroyMethod · 0.45

Tested by

no test coverage detected