hipgraphgetnodes Interface Reference#
hipfort::hipgraphgetnodes Interface Reference
Returns graph nodes. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hipgraphgetnodes_ (graph, nodes, numNodes) |
Detailed Description
Returns graph nodes.
- Parameters
-
[in] graph - instance of graph to get the nodes. [out] nodes - pointer to the graph nodes. [out] numNodes - the number of graph nodes.
- 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.
Member Function/Subroutine Documentation
◆ hipgraphgetnodes_()
integer(kind(hipsuccess)) function hipfort::hipgraphgetnodes::hipgraphgetnodes_ | ( | type(c_ptr), value | graph, |
type(c_ptr) | nodes, | ||
type(c_ptr), value | numNodes | ||
) |
The documentation for this interface was generated from the following file: