hipgraphnodefindinclone Interface Reference

hipgraphnodefindinclone Interface Reference#

HIPFORT API Reference: hipfort::hipgraphnodefindinclone Interface Reference
hipfort::hipgraphnodefindinclone Interface Reference

Finds a cloned version of a node. More...

Public Member Functions

integer(kind(hipsuccess)) function hipgraphnodefindinclone_ (pNode, originalNode, clonedGraph)
 

Detailed Description

Finds a cloned version of a node.

Parameters
[out]pNode- Returns the cloned node.
[in]originalNode- original node handle.
[in]clonedGraph- Cloned graph to query.
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

◆ hipgraphnodefindinclone_()

integer(kind(hipsuccess)) function hipfort::hipgraphnodefindinclone::hipgraphnodefindinclone_ ( type(c_ptr)  pNode,
type(c_ptr), value  originalNode,
type(c_ptr), value  clonedGraph 
)

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