pub unsafe extern "C" fn hipGraphAddHostNode(
pGraphNode: *mut hipGraphNode_t,
graph: hipGraph_t,
pDependencies: *const hipGraphNode_t,
numDependencies: usize,
pNodeParams: *const hipHostNodeParams,
) -> hipError_tExpand description
@brief Creates a host execution node and adds it to a graph.
@param [out] pGraphNode - Pointer to graph node that is created. @param [in] graph - Instance of the graph to add the created node to. @param [in] pDependencies - const pointer to the dependencies of the memset execution node. @param [in] numDependencies - Number of dependencies. @param [in] pNodeParams - Pointer to the parameters. @returns #hipSuccess, #hipErrorInvalidValue