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

Method StopTimer

tensorflow/stream_executor/rocm/rocm_gpu_executor.cc:685–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683}
684
685bool GpuExecutor::StopTimer(Stream* stream, Timer* timer) {
686 return AsGpuTimer(timer)->Stop(AsGpuStream(stream));
687}
688
689port::Status GpuExecutor::BlockHostUntilDone(Stream* stream) {
690 return GpuDriver::SynchronizeStream(context_, AsGpuStreamValue(stream));

Callers

nothing calls this directly

Calls 3

AsGpuStreamFunction · 0.85
AsGpuTimerFunction · 0.70
StopMethod · 0.45

Tested by

no test coverage detected