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

Method EnableSynchronization

platforms/ascend/hal/src/acl_command.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25bool AclCommand::EnableSynchronization()
26{
27 following_event_ = (aclrtEvent)EventPool::Instance().Pop();
28 return following_event_ != nullptr;
29}
30
31aclError AclCommand::LaunchWrapper(aclrtStream stream)
32{

Callers

nothing calls this directly

Calls 1

PopMethod · 0.45

Tested by

no test coverage detected