hipGraphMemcpyNodeSetParamsFromSymbol

Function hipGraphMemcpyNodeSetParamsFromSymbol 

Source
pub unsafe extern "C" fn hipGraphMemcpyNodeSetParamsFromSymbol(
    node: hipGraphNode_t,
    dst: *mut c_void,
    symbol: *const c_void,
    count: usize,
    offset: usize,
    kind: hipMemcpyKind,
) -> hipError_t
Expand description

@brief Sets a memcpy node’s parameters to copy from a symbol on the device.

@param [in] node - Instance of the node to set parameters of. @param [in] dst - Pointer to memory address of the destination. @param [in] symbol - Device symbol address. @param [in] count - Size of the memory to copy. @param [in] offset - Offset from start of symbol in bytes. @param [in] kind - Type of memory copy. @returns #hipSuccess, #hipErrorInvalidValue