[][src]Function onednn_sys::dnnl_stream_wait

pub unsafe extern "C" fn dnnl_stream_wait(
    stream: dnnl_stream_t
) -> dnnl_status_t

Waits for all primitives in the execution stream to finish computations.

@param stream Execution stream. @returns #dnnl_success on success and a status describing the error otherwise.