Function cuGraphKernelNodeSetAttribute

Source
pub unsafe extern "C" fn cuGraphKernelNodeSetAttribute(
    hNode: CUgraphNode,
    attr: CUkernelNodeAttrID,
    value: *const CUkernelNodeAttrValue,
) -> CUresult
Expand description

\brief Sets node attribute.

Sets attribute \p attr on node \p hNode from corresponding attribute of \p value.

\param[out] hNode \param[in] attr \param[out] value

\return ::CUDA_SUCCESS, ::CUDA_ERROR_INVALID_VALUE, ::CUDA_ERROR_INVALID_HANDLE \notefnerr

\sa ::CUaccessPolicyWindow