hipgraphremovedependencies Interface Reference#
hipfort::hipgraphremovedependencies Interface Reference
Removes dependency edges from a graph. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphremovedependencies_ (graph, from, to, numdependencies) |
Detailed Description
Removes dependency edges from a graph.
- Parameters
-
[in] graph - Instance of the graph to remove dependencies from. [in] from - Array of nodes that provide the dependencies. [in] to - Array of dependent nodes. [in] numDependencies - Number of dependencies to remove.
- Returns
hipSuccess,hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipgraphremovedependencies_()
| integer(kind(hipsuccess)) function hipfort::hipgraphremovedependencies::hipgraphremovedependencies_ | ( | type(c_ptr), value | graph, |
| type(c_ptr) | from, | ||
| type(c_ptr) | to, | ||
| integer(c_size_t), value | numdependencies | ||
| ) |
The documentation for this interface was generated from the following file: