Function kn_cuda_sys::bindings::cuGraphKernelNodeCopyAttributes
source · pub unsafe extern "C" fn cuGraphKernelNodeCopyAttributes(
dst: CUgraphNode,
src: CUgraphNode
) -> CUresultExpand 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 ::CUkernelNodeAttrID
\return ::CUDA_SUCCESS, ::CUDA_ERROR_INVALID_VALUE \notefnerr
\sa ::CUaccessPolicyWindow