Function hip_sys::hiprt::hipStreamGetCaptureInfo
source · pub unsafe extern "C" fn hipStreamGetCaptureInfo(
stream: *mut ihipStream_t,
pCaptureStatus: *mut hipStreamCaptureStatus,
pId: *mut u64
) -> hipError_tExpand description
@brief Get capture status of a stream.
@param [in] stream - Stream under capture. @param [out] pCaptureStatus - returns current status of the capture. @param [out] pId - unique ID of the capture.
@returns #hipSuccess, #hipErrorStreamCaptureImplicit
@warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.