hipgraphaddmemcpynode Interface Reference

hipgraphaddmemcpynode Interface Reference#

HIPFORT API Reference: hipfort::hipgraphaddmemcpynode Interface Reference
hipfort::hipgraphaddmemcpynode Interface Reference

Creates a memcpy node and adds it to a graph. More...

Public Member Functions

integer(kind(hipsuccess)) function hipgraphaddmemcpynode_ (pgraphnode, graph, pdependencies, numdependencies, pcopyparams)
 

Detailed Description

Creates a memcpy node and adds it to a graph.

Parameters
[out]pGraphNode- Pointer to graph node that is created.
[in]graph- Instance of graph to add the created node to.
[in]pDependencies- const pointer to the dependencies of the memcpy execution node.
[in]numDependencies- The number of dependencies.
[in]pCopyParams- const pointer to the parameters for the memory copy.
Returns
hipSuccess, hipErrorInvalidValue

Member Function/Subroutine Documentation

◆ hipgraphaddmemcpynode_()

integer(kind(hipsuccess)) function hipfort::hipgraphaddmemcpynode::hipgraphaddmemcpynode_ ( type(c_ptr)  pgraphnode,
type(c_ptr), value  graph,
type(c_ptr)  pdependencies,
integer(c_size_t), value  numdependencies,
type(hipmemcpy3dparms pcopyparams 
)

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