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

Method RecordEvent

tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:782–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780}
781
782port::Status GpuExecutor::RecordEvent(Stream* stream, Event* event) {
783 return AsGpuEvent(event)->Record(AsGpuStream(stream));
784}
785
786port::Status GpuExecutor::WaitForEvent(Stream* stream, Event* event) {
787 if (GpuDriver::WaitStreamOnEvent(context_, AsGpuStream(stream)->gpu_stream(),

Callers

nothing calls this directly

Calls 3

AsGpuStreamFunction · 0.85
AsGpuEventFunction · 0.70
RecordMethod · 0.45

Tested by

no test coverage detected