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

Method Record

tensorflow/stream_executor/gpu/gpu_event.cc:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39port::Status GpuEvent::Record(GpuStream* stream) {
40 return GpuDriver::RecordEvent(parent_->gpu_context(), gpu_event_,
41 stream->gpu_stream());
42}
43
44GpuEventHandle GpuEvent::gpu_event() { return gpu_event_; }
45

Callers 2

RecordEventMethod · 0.45
RecordEventMethod · 0.45

Calls 3

RecordEventFunction · 0.85
gpu_streamMethod · 0.80
gpu_contextMethod · 0.45

Tested by

no test coverage detected