hipgraphinstantiate Interface Reference#
hipfort::hipgraphinstantiate Interface Reference
  Creates an executable graph from a graph. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphinstantiate_ (pGraphExec, graph, pErrorNode, pLogBuffer, bufferSize) | 
Detailed Description
Creates an executable graph from a graph.
- Parameters
 - 
  
[out] pGraphExec - pointer to instantiated executable graph that is created. [in] graph - instance of graph to instantiate. [out] pErrorNode - pointer to error node in case error occured in graph instantiation, it could modify the correponding node. [out] pLogBuffer - pointer to log buffer. [out] bufferSize - the size of log buffer.  
- Returns
 - hipSuccess, hipErrorOutOfMemory
 
- 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
◆ hipgraphinstantiate_()
| integer(kind(hipsuccess)) function hipfort::hipgraphinstantiate::hipgraphinstantiate_ | ( | type(c_ptr) | pGraphExec, | 
| type(c_ptr), value | graph, | ||
| type(c_ptr) | pErrorNode, | ||
| type(c_ptr), value | pLogBuffer, | ||
| integer(c_size_t), value | bufferSize | ||
| ) | 
The documentation for this interface was generated from the following file: