hipgraphinstantiatewithflags Interface Reference#
hipfort::hipgraphinstantiatewithflags Interface Reference
  Creates an executable graph from a graph. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphinstantiatewithflags_ (pGraphExec, graph, flags) | 
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. [in] flags - Flags to control instantiation.  
- 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
◆ hipgraphinstantiatewithflags_()
| integer(kind(hipsuccess)) function hipfort::hipgraphinstantiatewithflags::hipgraphinstantiatewithflags_ | ( | type(c_ptr) | pGraphExec, | 
| type(c_ptr), value | graph, | ||
| integer(c_long_long), value | flags | ||
| ) | 
The documentation for this interface was generated from the following file: