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

Method Synchronizable

platforms/cuda/hal/src/common/cuda_command.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34bool CudaCommand::Synchronizable()
35{
36 return following_event_ != nullptr;
37}
38
39bool CudaCommand::EnableSynchronization()
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected