pub unsafe extern "C" fn hipGraphKernelNodeSetAttribute(
hNode: hipGraphNode_t,
attr: hipLaunchAttributeID,
value: *const hipLaunchAttributeValue,
) -> hipError_t
Expand description
@brief Sets 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.