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

Method Launch

platforms/example/hal/src/opencl_queue.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void OpenclQueue::Launch(std::shared_ptr<preempt::HwCommand> hw_cmd)
33{
34 auto cmd = std::dynamic_pointer_cast<OpenclCommand>(hw_cmd);
35 if (cmd == nullptr) return;
36 cmd->Launch(cmdq_);
37}
38
39void OpenclQueue::Synchronize()
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected