| 624 | } |
| 625 | |
| 626 | port::Status GpuExecutor::RecordEvent(Stream* stream, Event* event) { |
| 627 | return AsGpuEvent(event)->Record(AsGpuStream(stream)); |
| 628 | } |
| 629 | |
| 630 | port::Status GpuExecutor::WaitForEvent(Stream* stream, Event* event) { |
| 631 | if (GpuDriver::WaitStreamOnEvent(context_, AsGpuStream(stream)->gpu_stream(), |
nothing calls this directly
no test coverage detected