hipLinkComplete

Function hipLinkComplete 

Source
pub unsafe extern "C" fn hipLinkComplete(
    state: hipLinkState_t,
    hipBinOut: *mut *mut c_void,
    sizeOut: *mut usize,
) -> hipError_t
Expand description

@brief Completes the linking of the given program. @param [in] state hip link state @param [out] hipBinOut Upon success, points to the output binary @param [out] sizeOut Size of the binary is stored (optional)

@returns #hipSuccess #hipErrorInvalidValue

If adding the data fails, it will @return #hipErrorInvalidConfiguration

@see hipError_t