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

Method Stop

tensorflow/stream_executor/gpu/gpu_timer.cc:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83bool GpuTimer::Stop(GpuStream* stream) {
84 port::Status status = GpuDriver::RecordEvent(
85 parent_->gpu_context(), stop_event_, stream->gpu_stream());
86 if (!status.ok()) {
87 LOG(ERROR) << status;
88 }
89 return status.ok();
90}
91
92} // namespace gpu
93} // namespace stream_executor

Callers 15

StopTimerMethod · 0.45
DoRnnForwardImplMethod · 0.45
DoRnnBackwardImplMethod · 0.45
DoConvolveMethod · 0.45
DoRnnForwardImplMethod · 0.45
DoRnnBackwardImplMethod · 0.45
DoConvolveMethod · 0.45
DoFusedConvolveImplMethod · 0.45

Calls 4

RecordEventFunction · 0.85
gpu_streamMethod · 0.80
gpu_contextMethod · 0.45
okMethod · 0.45

Tested by

no test coverage detected