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

Method Launch

platforms/ascend/hal/src/acl_queue.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void AclQueue::Launch(std::shared_ptr<preempt::HwCommand> hw_cmd)
20{
21 auto acl_cmd = std::dynamic_pointer_cast<AclCommand>(hw_cmd);
22 XASSERT(acl_cmd != nullptr, "hw_cmd is not an AclCommand");
23 ACL_ASSERT(acl_cmd->LaunchWrapper(kStream));
24}
25
26void AclQueue::Synchronize()
27{

Callers

nothing calls this directly

Calls 1

LaunchWrapperMethod · 0.45

Tested by

no test coverage detected