hipgraphinstantiate Interface Reference

hipgraphinstantiate Interface Reference#

HIPFORT API Reference: hipfort::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.

The documentation for this interface was generated from the following file: