ClikaRT::ops::synchronize_all
function
synchronize_all()
void synchronize_all()
Block until every live stream in the runtime has finished, a barrier for "wait for all enqueued work to complete" (e.g. before reading a device result on the host, or timing a phase). Infallible: it never raises.
Declared in ClikaRT/compute/ops.h, line 132