hipStreamGetCaptureInfo_v2

Function hipStreamGetCaptureInfo_v2 

Source
pub unsafe extern "C" fn hipStreamGetCaptureInfo_v2(
    stream: hipStream_t,
    captureStatus_out: *mut hipStreamCaptureStatus,
    id_out: *mut c_ulonglong,
    graph_out: *mut hipGraph_t,
    dependencies_out: *mut *const hipGraphNode_t,
    numDependencies_out: *mut usize,
) -> hipError_t
Expand description

@brief Get stream’s capture state

@param [in] stream - Stream of which to get capture status from. @param [out] captureStatus_out - Returns current capture status. @param [out] id_out - Unique capture ID. @param [out] graph_out - Returns the graph being captured into. @param [out] dependencies_out - Pointer to an array of nodes representing the graphs dependencies. @param [out] numDependencies_out - Returns size of the array returned in dependencies_out.

@returns #hipSuccess, #hipErrorInvalidValue, #hipErrorStreamCaptureImplicit