| 616 | } |
| 617 | |
| 618 | port::Status GpuExecutor::AllocateEvent(Event* event) { |
| 619 | return AsGpuEvent(event)->Init(); |
| 620 | } |
| 621 | |
| 622 | port::Status GpuExecutor::DeallocateEvent(Event* event) { |
| 623 | return AsGpuEvent(event)->Destroy(); |
nothing calls this directly
no test coverage detected