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

Method DeallocateTimer

tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:818–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816}
817
818void GpuExecutor::DeallocateTimer(Timer* timer) {
819 AsGpuTimer(timer)->Destroy();
820}
821
822bool GpuExecutor::CreateStreamDependency(Stream* dependent, Stream* other) {
823 CUevent other_completed_event = *AsGpuStream(other)->completed_event();

Callers

nothing calls this directly

Calls 2

AsGpuTimerFunction · 0.70
DestroyMethod · 0.45

Tested by

no test coverage detected