hipGraphExecMemcpyNodeSetParams1D

Function hipGraphExecMemcpyNodeSetParams1D 

Source
pub unsafe extern "C" fn hipGraphExecMemcpyNodeSetParams1D(
    hGraphExec: hipGraphExec_t,
    node: hipGraphNode_t,
    dst: *mut c_void,
    src: *const c_void,
    count: usize,
    kind: hipMemcpyKind,
) -> hipError_t
Expand description

@brief Sets the parameters for a memcpy node in the given graphExec to perform a 1-dimensional copy.

@param [in] hGraphExec - Instance of the executable graph with the node. @param [in] node - Instance of the node to set parameters of. @param [in] dst - Pointer to memory address of the destination. @param [in] src - Pointer to memory address of the source. @param [in] count - Size of the memory to copy. @param [in] kind - Type of memory copy. @returns #hipSuccess, #hipErrorInvalidValue