hipgraphnodegetdependencies Interface Reference

hipgraphnodegetdependencies Interface Reference#

HIPFORT API Reference: hipfort::hipgraphnodegetdependencies Interface Reference
hipfort::hipgraphnodegetdependencies Interface Reference

Returns a node's dependencies. More...

Public Member Functions

integer(kind(hipsuccess)) function hipgraphnodegetdependencies_ (node, pDependencies, pNumDependencies)
 

Detailed Description

Returns a node's dependencies.

Parameters
[in]node- graph node to get the dependencies from.
[out]pDependencies- pointer to to return the dependencies.
[out]pNumDependencies- returns the number of graph node dependencies.
Returns
hipSuccess, hipErrorInvalidValue

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

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

◆ hipgraphnodegetdependencies_()

integer(kind(hipsuccess)) function hipfort::hipgraphnodegetdependencies::hipgraphnodegetdependencies_ ( type(c_ptr), value  node,
type(c_ptr)  pDependencies,
type(c_ptr), value  pNumDependencies 
)

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