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