pub unsafe extern "C" fn hipGraphKernelNodeGetAttribute(
hNode: hipGraphNode_t,
attr: hipLaunchAttributeID,
value: *mut hipLaunchAttributeValue,
) -> hipError_t
Expand description
@brief Gets a node attribute.
@param [in] hNode - instance of the node to set parameters to. @param [in] attr - the attribute node is set to. @param [in] value - const pointer to the parameters. @returns #hipSuccess, #hipErrorInvalidValue @warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.