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

Method Start

tensorflow/stream_executor/gpu/gpu_timer.cc:74–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74bool GpuTimer::Start(GpuStream* stream) {
75 port::Status status = GpuDriver::RecordEvent(
76 parent_->gpu_context(), start_event_, stream->gpu_stream());
77 if (!status.ok()) {
78 LOG(ERROR) << status;
79 }
80 return status.ok();
81}
82
83bool GpuTimer::Stop(GpuStream* stream) {
84 port::Status status = GpuDriver::RecordEvent(

Callers 15

StartTimerMethod · 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