pub unsafe extern "C" fn hipGraphExecBatchMemOpNodeSetParams(
hGraphExec: hipGraphExec_t,
hNode: hipGraphNode_t,
nodeParams: *const hipBatchMemOpNodeParams,
) -> hipError_tExpand description
@brief Sets the parameters for a batch mem op node in the given graphExec.[BETA]
@param [in] hGraphExec - The executable graph in which to set the specified node @param [in] hNode - Batch mem op node from the graph from which graphExec was instantiated @param [in] nodeParams - Updated Parameters to set
@returns #hipSuccess, #hipErrorInvalidValue
Sets the parameters of a batch mem op node in an executable graph hGraphExec. The node is identified by the corresponding node hNode in the non-executable graph, from which the executable graph was instantiated.
@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