| 796 | } |
| 797 | |
| 798 | Event::Status GpuExecutor::PollForEventStatus(Event* event) { |
| 799 | return AsGpuEvent(event)->PollForStatus(); |
| 800 | } |
| 801 | |
| 802 | bool GpuExecutor::AllocateStream(Stream* stream) { |
| 803 | return AsGpuStream(stream)->Init(); |
nothing calls this directly
no test coverage detected