hipStreamIsCapturing

Function hipStreamIsCapturing 

Source
pub unsafe extern "C" fn hipStreamIsCapturing(
    stream: hipStream_t,
    pCaptureStatus: *mut hipStreamCaptureStatus,
) -> hipError_t
Expand description

@brief Get stream’s capture state

@param [in] stream - Stream of which to get capture status from. @param [out] pCaptureStatus - Returns current capture status.

@returns #hipSuccess, #hipErrorInvalidValue, #hipErrorStreamCaptureImplicit