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