hipDrvGraphExecMemcpyNodeSetParams

Function hipDrvGraphExecMemcpyNodeSetParams 

Source
pub unsafe extern "C" fn hipDrvGraphExecMemcpyNodeSetParams(
    hGraphExec: hipGraphExec_t,
    hNode: hipGraphNode_t,
    copyParams: *const HIP_MEMCPY3D,
    ctx: hipCtx_t,
) -> hipError_t
Expand description

@brief Sets the parameters for a memcpy node in the given graphExec.

@param [in] hGraphExec - instance of the executable graph with the node. @param [in] hNode - instance of the node to set parameters to. @param [in] copyParams - const pointer to the memcpy node params. @param [in] ctx - cotext related to current device. @returns #hipSuccess, #hipErrorInvalidValue