hipgraphclone Interface Reference#
hipfort::hipgraphclone Interface Reference
Clones a graph. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hipgraphclone_ (pGraphClone, originalGraph) |
Detailed Description
Clones a graph.
- Parameters
-
[out] pGraphClone - Returns newly created cloned graph. [in] originalGraph - original graph to clone from.
- 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
◆ hipgraphclone_()
integer(kind(hipsuccess)) function hipfort::hipgraphclone::hipgraphclone_ | ( | type(c_ptr) | pGraphClone, |
type(c_ptr), value | originalGraph | ||
) |
The documentation for this interface was generated from the following file: