pub unsafe extern "C" fn hipStreamGetCaptureInfo(
stream: hipStream_t,
pCaptureStatus: *mut hipStreamCaptureStatus,
pId: *mut c_ulonglong,
) -> hipError_t
Expand 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.