cubecl_hip_sys

Function hipGraphKernelNodeCopyAttributes

Source
pub unsafe extern "C" fn hipGraphKernelNodeCopyAttributes(
    hSrc: hipGraphNode_t,
    hDst: hipGraphNode_t,
) -> hipError_t
Expand 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, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.