| 32 | } |
| 33 | |
| 34 | void ZeQueue::Synchronize() |
| 35 | { |
| 36 | ZE_ASSERT(Driver::CommandQueueSynchronize(kCmdq, UINT64_MAX)); |
| 37 | } |
| 38 | |
| 39 | ZeIntelNpuQueue::ZeIntelNpuQueue(ze_device_handle_t dev, ze_command_queue_handle_t cmdq) |
| 40 | : ZeQueue(dev, cmdq) |
nothing calls this directly
no outgoing calls
no test coverage detected