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

Method Reactivate

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

Source from the content-addressed store, hash-verified

48}
49
50void ZeIntelNpuQueue::Reactivate(const preempt::CommandLog &)
51{
52 npu_sched_resume_cmdq(kmd_cmdq_id_);
53}
54
55ZeList::ZeList(ze_device_handle_t dev, ze_command_list_handle_t cmdl)
56 : kDev(dev), kCmdl(cmdl)

Callers

nothing calls this directly

Calls 1

npu_sched_resume_cmdqFunction · 0.85

Tested by

no test coverage detected