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

Method ZeIntelNpuQueue

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

Source from the content-addressed store, hash-verified

37}
38
39ZeIntelNpuQueue::ZeIntelNpuQueue(ze_device_handle_t dev, ze_command_queue_handle_t cmdq)
40 : ZeQueue(dev, cmdq)
41{
42 kmd_cmdq_id_ = get_kmd_cmdq_id(cmdq);
43}
44
45void ZeIntelNpuQueue::Deactivate()
46{

Callers

nothing calls this directly

Calls 1

get_kmd_cmdq_idFunction · 0.85

Tested by

no test coverage detected