Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XpuOS/xsched
/ EnableSynchronization
Method
EnableSynchronization
platforms/corex/hal/src/common/corex_command.cpp:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
bool CorexCommand::EnableSynchronization()
31
{
32
following_event_ = (cudaEvent_t)EventPool::Instance().Pop();
33
return following_event_ != nullptr;
34
}
35
36
cudaError_t CorexCommand::LaunchWrapper(cudaStream_t stream)
37
{
Callers
nothing calls this directly
Calls
1
Pop
Method · 0.45
Tested by
no test coverage detected