hipGraphBatchMemOpNodeGetParams

Function hipGraphBatchMemOpNodeGetParams 

Source
pub unsafe extern "C" fn hipGraphBatchMemOpNodeGetParams(
    hNode: hipGraphNode_t,
    nodeParams_out: *mut hipBatchMemOpNodeParams,
) -> hipError_t
Expand description

@brief Returns a batch mem op node’s parameters.[BETA]

@param [in] hNode - Node to get the parameters for @param [in] nodeParams_out - Pointer to return the parameters

@returns #hipSuccess, #hipErrorInvalidValue

Returns the parameters of batch mem op node hNode in nodeParams_out. The paramArray returned in nodeParams_out is owned by the node. This memory remains valid until the node is destroyed or its parameters are modified, and should not be modified directly.

@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. hipGraphBatchMemOpNodeSetParams