MCPcopy Create free account
hub / github.com/LBANN/lbann / synchronize

Method synchronize

src/utils/rocm.cpp:124–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void event_wrapper::synchronize() { CHECK_ROCM(hipEventSynchronize(m_event)); }
125
126hipEvent_t& event_wrapper::get_event() { return m_event; }
127

Callers 3

get_valueMethod · 0.80
finish_evaluationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected