pub unsafe extern "C" fn hipStreamEndCapture(
stream: hipStream_t,
pGraph: *mut hipGraph_t,
) -> hipError_t
Expand 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.