pub unsafe extern "C" fn hipGraphBatchMemOpNodeSetParams(
hNode: hipGraphNode_t,
nodeParams: *mut hipBatchMemOpNodeParams,
) -> hipError_tExpand description
@brief Sets the batch mem op node’s parameters.[BETA]
@param [in] hNode - Node to set the parameters for @param [in] nodeParams - Parameters to copy
@returns #hipSuccess, #hipErrorInvalidValue
Sets the parameters of batch mem op node hNode to nodeParams.
@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, hipGraphBatchMemOpNodeGetParams