Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
bool AclCommand::EnableSynchronization()
26
{
27
following_event_ = (aclrtEvent)EventPool::Instance().Pop();
28
return following_event_ != nullptr;
29
}
30
31
aclError AclCommand::LaunchWrapper(aclrtStream stream)
32
{
Callers
nothing calls this directly
Calls
1
Pop
Method · 0.45
Tested by
no test coverage detected