hipgraphcreate Interface Reference

hipgraphcreate Interface Reference#

HIPFORT API Reference: hipfort::hipgraphcreate Interface Reference
hipfort::hipgraphcreate Interface Reference

Creates a graph. More...

Public Member Functions

integer(kind(hipsuccess)) function hipgraphcreate_ (pGraph, flags)
 

Detailed Description

Creates a graph.

Parameters
[out]pGraph- pointer to graph to create.
[in]flags- flags for graph creation, must be 0.
Returns
hipSuccess, hipErrorInvalidValue, hipErrorMemoryAllocation
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

◆ hipgraphcreate_()

integer(kind(hipsuccess)) function hipfort::hipgraphcreate::hipgraphcreate_ ( type(c_ptr)  pGraph,
integer(c_int), value  flags 
)

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