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

Method Synchronize

platforms/hip/hal/src/hip_command.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void HipCommand::Synchronize()
21{
22 XASSERT(following_event_ != nullptr,
23 "following_event_ is nullptr, is Synchronizable() called?");
24 HIP_ASSERT(Driver::EventSynchronize(following_event_));
25}
26
27bool HipCommand::Synchronizable()
28{

Callers 1

BeforeLaunchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected