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

Method Synchronize

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

Source from the content-addressed store, hash-verified

25}
26
27void CudaCommand::Synchronize()
28{
29 XASSERT(following_event_ != nullptr,
30 "following_event_ is nullptr, EnableSynchronization() should be called first");
31 CUDA_ASSERT(Driver::EventSynchronize(following_event_));
32}
33
34bool CudaCommand::Synchronizable()
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected