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.
[in]graph- Instance of graph to instantiate.
[out]pErrorNode- Pointer to error node. In case an error occured during graph instantiation, it could modify the corresponding node.
[out]pLogBuffer- Pointer to log buffer.
[out]bufferSize- Size of the log buffer.
Returns
hipSuccess, hipErrorOutOfMemory

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: