| 18 | } |
| 19 | |
| 20 | void 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 | |
| 27 | bool HipCommand::Synchronizable() |
| 28 | { |