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

Method DeallocateTimer

tensorflow/stream_executor/rocm/rocm_gpu_executor.cc:662–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660}
661
662void GpuExecutor::DeallocateTimer(Timer* timer) {
663 AsGpuTimer(timer)->Destroy();
664}
665
666bool GpuExecutor::CreateStreamDependency(Stream* dependent, Stream* other) {
667 GpuEventHandle 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