pub unsafe extern "C" fn hipGraphExecMemcpyNodeSetParamsFromSymbol(
hGraphExec: hipGraphExec_t,
node: hipGraphNode_t,
dst: *mut c_void,
symbol: *const c_void,
count: usize,
offset: usize,
kind: hipMemcpyKind,
) -> hipError_tExpand description
@brief Sets the parameters for a memcpy node in the given graphExec to copy from a symbol on the
- device.
@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] 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