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

Method StopTimer

tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:841–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839}
840
841bool GpuExecutor::StopTimer(Stream* stream, Timer* timer) {
842 return AsGpuTimer(timer)->Stop(AsGpuStream(stream));
843}
844
845port::Status GpuExecutor::BlockHostUntilDone(Stream* stream) {
846 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