Function rcudnn_sys::cudaGraphKernelNodeCopyAttributes[][src]

pub unsafe extern "C" fn cudaGraphKernelNodeCopyAttributes(
    hSrc: cudaGraphNode_t,
    hDst: cudaGraphNode_t
) -> cudaError_t
Expand description

\brief Copies attributes from source node to destination node.

Copies attributes from source node \p src to destination node \p dst. Both node must have the same context.

\param[out] dst Destination node \param[in] src Source node For list of attributes see ::cudaKernelNodeAttrID

\return ::cudaSuccess, ::cudaErrorInvalidContext \notefnerr

\sa ::cudaAccessPolicyWindow