MCPcopy Create free account
hub / github.com/XpuOS/xsched / Synchronize

Method Synchronize

platforms/levelzero/hal/src/ze_queue.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void ZeQueue::Synchronize()
35{
36 ZE_ASSERT(Driver::CommandQueueSynchronize(kCmdq, UINT64_MAX));
37}
38
39ZeIntelNpuQueue::ZeIntelNpuQueue(ze_device_handle_t dev, ze_command_queue_handle_t cmdq)
40 : ZeQueue(dev, cmdq)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected