hipGraphAddBatchMemOpNode

Function hipGraphAddBatchMemOpNode 

Source
pub unsafe extern "C" fn hipGraphAddBatchMemOpNode(
    phGraphNode: *mut hipGraphNode_t,
    hGraph: hipGraph_t,
    dependencies: *const hipGraphNode_t,
    numDependencies: usize,
    nodeParams: *const hipBatchMemOpNodeParams,
) -> hipError_t
Expand description

@brief Creates a batch memory operation node and adds it to a graph.[BETA]

@param [in] phGraphNode - Returns the newly created node @param [in] hGraph - Graph to which to add the node @param [in] dependencies - Dependencies of the node @param [in] numDependencies - Number of dependencies @param [in] nodeParams - Parameters for the node

@returns #hipSuccess, #hipErrorInvalidValue

@warning This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.

@see hipStreamWriteValue32, hipStreamWaitValue32, hipStreamWaitValue64. hipStreamWriteValue64, hipStreamBatchMemOp