pub unsafe extern "C" fn cuGraphKernelNodeGetAttribute(
hNode: CUgraphNode,
attr: CUkernelNodeAttrID,
value_out: *mut CUkernelNodeAttrValue,
) -> CUresult
Expand description
\brief Queries node attribute.
Queries attribute \p attr from node \p hNode and stores it in corresponding member of \p value_out.
\param[in] hNode \param[in] attr \param[out] value_out
\return ::CUDA_SUCCESS, ::CUDA_ERROR_INVALID_VALUE, ::CUDA_ERROR_INVALID_HANDLE \notefnerr
\sa ::CUaccessPolicyWindow