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

Method EnableSynchronization

platforms/cudla/hal/src/cudla_command.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29bool CudlaCommand::EnableSynchronization()
30{
31 following_event_ = (cudaEvent_t)EventPool::Instance().Pop();
32 return following_event_ != nullptr;
33}
34
35cudaError_t CudlaCommand::LaunchWrapper(cudaStream_t stream)
36{

Callers

nothing calls this directly

Calls 1

PopMethod · 0.45

Tested by

no test coverage detected