hipgraphaddmemcpynode Interface Reference#
hipfort::hipgraphaddmemcpynode Interface Reference
  Creates a memcpy node and adds it to a graph. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphaddmemcpynode_ (pGraphNode, graph, pDependencies, numDependencies, pCopyParams) | 
Detailed Description
Creates a memcpy node and adds it to a graph.
- Parameters
 - 
  
[out] pGraphNode - pointer to graph node to create. [in] graph - instance of graph to add the created node. [in] pDependencies - pointer to the dependencies on the memcpy execution node. [in] numDependencies - the number of the dependencies. [in] pCopyParams - pointer to the parameters for the memory copy.  
- 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
◆ hipgraphaddmemcpynode_()
| integer(kind(hipsuccess)) function hipfort::hipgraphaddmemcpynode::hipgraphaddmemcpynode_ | ( | type(c_ptr) | pGraphNode, | 
| type(c_ptr), value | graph, | ||
| type(c_ptr) | pDependencies, | ||
| integer(c_size_t), value | numDependencies, | ||
| type(c_ptr) | pCopyParams | ||
| ) | 
The documentation for this interface was generated from the following file: