hipdrvgraphaddmemfreenode Interface Reference#
hipfort::hipdrvgraphaddmemfreenode Interface Reference
Creates a memory free node and adds it to a graph. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipdrvgraphaddmemfreenode_ (phgraphnode, hgraph, dependencies, numdependencies, dptr) |
Detailed Description
Creates a memory free node and adds it to a graph.
- Parameters
-
[out] phGraphNode - Pointer to the graph node to create and add to the graph [in] hGraph - Instance of the graph the node to be added [in] dependencies - Const pointer to the node dependencies [in] numDependencies - The number of dependencies [in] dptr - Pointer to the memory to be freed
- Returns
hipSuccess,hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipdrvgraphaddmemfreenode_()
| integer(kind(hipsuccess)) function hipfort::hipdrvgraphaddmemfreenode::hipdrvgraphaddmemfreenode_ | ( | type(c_ptr) | phgraphnode, |
| type(c_ptr), value | hgraph, | ||
| type(c_ptr) | dependencies, | ||
| integer(c_size_t), value | numdependencies, | ||
| type(c_ptr), value | dptr | ||
| ) |
The documentation for this interface was generated from the following file: