hipGraphAddMemsetNode

Function hipGraphAddMemsetNode 

Source
pub unsafe extern "C" fn hipGraphAddMemsetNode(
    pGraphNode: *mut hipGraphNode_t,
    graph: hipGraph_t,
    pDependencies: *const hipGraphNode_t,
    numDependencies: usize,
    pMemsetParams: *const hipMemsetParams,
) -> hipError_t
Expand description

@brief Creates a memset 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 on the memset execution node. @param [in] numDependencies - Number of dependencies. @param [in] pMemsetParams - const pointer to the parameters for the memory set. @returns #hipSuccess, #hipErrorInvalidValue