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

Method AllocateTimer

tensorflow/stream_executor/rocm/rocm_gpu_executor.cc:658–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656}
657
658bool GpuExecutor::AllocateTimer(Timer* timer) {
659 return AsGpuTimer(timer)->Init();
660}
661
662void GpuExecutor::DeallocateTimer(Timer* timer) {
663 AsGpuTimer(timer)->Destroy();

Callers

nothing calls this directly

Calls 2

AsGpuTimerFunction · 0.70
InitMethod · 0.45

Tested by

no test coverage detected