Function rcudnn::cudaGraphKernelNodeCopyAttributes[][src]

pub unsafe extern "C" fn cudaGraphKernelNodeCopyAttributes(
    hSrc: *mut CUgraphNode_st,
    hDst: *mut CUgraphNode_st
) -> cudaError
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