hipGraphExecNodeSetParams

Function hipGraphExecNodeSetParams 

Source
pub unsafe extern "C" fn hipGraphExecNodeSetParams(
    graphExec: hipGraphExec_t,
    node: hipGraphNode_t,
    nodeParams: *mut hipGraphNodeParams,
) -> hipError_t
Expand description

@brief Updates parameters of an executable graph’s node.

@param [in] graphExec - Instance of the executable graph. @param [in] node - Instance of the node to set parameters to. @param [in] nodeParams - Pointer to the parameters to be set. @returns #hipSuccess, #hipErrorInvalidValue, #hipErrorInvalidDeviceFunction, #hipErrorNotSupported.