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