Function hip_sys::hiprt::hipGraphExecMemsetNodeSetParams
source · pub unsafe extern "C" fn hipGraphExecMemsetNodeSetParams(
hGraphExec: *mut hipGraphExec,
node: *mut hipGraphNode,
pNodeParams: *const hipMemsetParams
) -> hipError_tExpand description
@brief Sets the parameters for a memset node in the given graphExec.
@param [in] hGraphExec - instance of the executable graph with the node. @param [in] node - instance of the node to set parameters to. @param [in] pNodeParams - pointer to the parameters. @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.