hipgraphnodegetdependentnodes Interface Reference

hipgraphnodegetdependentnodes Interface Reference#

HIPFORT API Reference: hipfort::hipgraphnodegetdependentnodes Interface Reference
hipfort::hipgraphnodegetdependentnodes Interface Reference

Returns a node's dependent nodes. More...

Public Member Functions

integer(kind(hipsuccess)) function hipgraphnodegetdependentnodes_ (node, pDependentNodes, pNumDependentNodes)
 

Detailed Description

Returns a node's dependent nodes.

Parameters
[in]node- graph node to get the Dependent nodes from.
[out]pDependentNodes- pointer to return the graph dependent nodes.
[out]pNumDependentNodes- returns the number of graph node dependent nodes.
Returns
hipSuccess, hipErrorInvalidValue

DependentNodes may be NULL, in which case this function will return the number of dependent nodes in pNumDependentNodes. Otherwise, pNumDependentNodes entries will be filled in. If pNumDependentNodes is higher than the actual number of dependent nodes, the remaining entries in pDependentNodes will be set to NULL, and the number of nodes actually obtained will be returned in pNumDependentNodes.

Warning
: This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.

Member Function/Subroutine Documentation

◆ hipgraphnodegetdependentnodes_()

integer(kind(hipsuccess)) function hipfort::hipgraphnodegetdependentnodes::hipgraphnodegetdependentnodes_ ( type(c_ptr), value  node,
type(c_ptr)  pDependentNodes,
type(c_ptr), value  pNumDependentNodes 
)

The documentation for this interface was generated from the following file: