| 772 | } |
| 773 | |
| 774 | port::Status GpuExecutor::AllocateEvent(Event* event) { |
| 775 | return AsGpuEvent(event)->Init(); |
| 776 | } |
| 777 | |
| 778 | port::Status GpuExecutor::DeallocateEvent(Event* event) { |
| 779 | return AsGpuEvent(event)->Destroy(); |
nothing calls this directly
no test coverage detected