Function hip_sys::hiprt::hipStreamEndCapture
source · pub unsafe extern "C" fn hipStreamEndCapture(
stream: *mut ihipStream_t,
pGraph: *mut *mut ihipGraph
) -> hipError_tExpand description
@brief Ends capture on a stream, returning the captured graph.
@param [in] stream - Stream to end capture. @param [out] pGraph - returns the graph captured.
@returns #hipSuccess, #hipErrorInvalidValue
@warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.