pub unsafe extern "C" fn hipGraphKernelNodeCopyAttributes(
hSrc: hipGraphNode_t,
hDst: hipGraphNode_t,
) -> hipError_tExpand description
@brief Copies attributes from source node to destination node.
Copies attributes from source node to destination node. Both node must have the same context.
@param [out] hDst - Destination node. @param [in] hSrc - Source node. For list of attributes see ::hipKernelNodeAttrID.
@returns #hipSuccess, #hipErrorInvalidContext @warning This API is marked as Beta. While this feature is complete, it can change and might have outstanding issues.