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

Method Launch

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

Source from the content-addressed store, hash-verified

25}
26
27void ZeQueue::Launch(std::shared_ptr<preempt::HwCommand> hw_cmd)
28{
29 auto cmd = std::dynamic_pointer_cast<ZeListExecuteCommand>(hw_cmd);
30 XASSERT(cmd != nullptr, "hw_cmd is not a ZeListExecuteCommand");
31 ZE_ASSERT(cmd->Launch(kCmdq));
32}
33
34void ZeQueue::Synchronize()
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected