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

Method RecordEvent

tensorflow/stream_executor/rocm/rocm_gpu_executor.cc:626–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626port::Status GpuExecutor::RecordEvent(Stream* stream, Event* event) {
627 return AsGpuEvent(event)->Record(AsGpuStream(stream));
628}
629
630port::Status GpuExecutor::WaitForEvent(Stream* stream, Event* event) {
631 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