hipStreamBeginCapture

Function hipStreamBeginCapture 

Source
pub unsafe extern "C" fn hipStreamBeginCapture(
    stream: hipStream_t,
    mode: hipStreamCaptureMode,
) -> hipError_t
Expand description

@brief Begins graph capture on a stream.

@param [in] stream - Stream to initiate capture. @param [in] mode - Controls the interaction of this capture sequence with other API calls that are not safe.

@returns #hipSuccess, #hipErrorInvalidValue