hipdrvgraphaddmemcpynode Interface Reference

hipdrvgraphaddmemcpynode Interface Reference#

HIPFORT API Reference: hipfort::hipdrvgraphaddmemcpynode Interface Reference
hipfort::hipdrvgraphaddmemcpynode Interface Reference

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

Public Member Functions

integer(kind(hipsuccess)) function hipdrvgraphaddmemcpynode_ (phgraphnode, hgraph, dependencies, numdependencies, copyparams, ctx)
 

Detailed Description

Creates a memcpy node and adds it to a graph.

Parameters
[out]phGraphNode- Pointer to graph node that is created.
[in]hGraph- Instance of graph to add the created node to.
[in]dependencies- const pointer to the dependencies of the memcpy execution node.
[in]numDependencies- The number of dependencies.
[in]copyParams- const pointer to the parameters for the memory copy.
[in]ctx- context related to current device.
Returns
hipSuccess, hipErrorInvalidValue

Member Function/Subroutine Documentation

◆ hipdrvgraphaddmemcpynode_()

integer(kind(hipsuccess)) function hipfort::hipdrvgraphaddmemcpynode::hipdrvgraphaddmemcpynode_ ( type(c_ptr)  phgraphnode,
type(c_ptr), value  hgraph,
type(c_ptr)  dependencies,
integer(c_size_t), value  numdependencies,
type(hip_memcpy3d copyparams,
type(c_ptr), value  ctx 
)

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