| 640 | } |
| 641 | |
| 642 | Event::Status GpuExecutor::PollForEventStatus(Event* event) { |
| 643 | return AsGpuEvent(event)->PollForStatus(); |
| 644 | } |
| 645 | |
| 646 | bool GpuExecutor::AllocateStream(Stream* stream) { |
| 647 | return AsGpuStream(stream)->Init(); |
nothing calls this directly
no test coverage detected