hipgraphaddeventrecordnode Interface Reference

hipgraphaddeventrecordnode Interface Reference#

HIPFORT API Reference: hipfort::hipgraphaddeventrecordnode Interface Reference
hipfort::hipgraphaddeventrecordnode Interface Reference

Creates an event record node and adds it to a graph. More...

Public Member Functions

integer(kind(hipsuccess)) function hipgraphaddeventrecordnode_ (pGraphNode, graph, pDependencies, numDependencies, event)
 

Detailed Description

Creates an event record node and adds it to a graph.

Parameters
[out]pGraphNode- pointer to the graph node to create and add to the graph.
[in]graph- instane of the graph the node to be added.
[in]pDependencies- pointer to the node dependenties.
[in]numDependencies- the number of dependencies.
[in]event- Event for the node.
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

◆ hipgraphaddeventrecordnode_()

integer(kind(hipsuccess)) function hipfort::hipgraphaddeventrecordnode::hipgraphaddeventrecordnode_ ( type(c_ptr)  pGraphNode,
type(c_ptr), value  graph,
type(c_ptr)  pDependencies,
integer(c_size_t), value  numDependencies,
type(c_ptr), value  event 
)

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