hipdrvgraphexecmemcpynodesetparams Interface Reference

hipdrvgraphexecmemcpynodesetparams Interface Reference#

HIPFORT API Reference: hipfort::hipdrvgraphexecmemcpynodesetparams Interface Reference
hipfort::hipdrvgraphexecmemcpynodesetparams Interface Reference

Sets the parameters for a memcpy node in the given graphExec. More...

Public Member Functions

integer(kind(hipsuccess)) function hipdrvgraphexecmemcpynodesetparams_ (hgraphexec, hnode, copyparams, ctx)
 

Detailed Description

Sets the parameters for a memcpy node in the given graphExec.

Parameters
[in]hGraphExec- instance of the executable graph with the node.
[in]hNode- instance of the node to set parameters to.
[in]copyParams- const pointer to the memcpy node params.
[in]ctx- cotext related to current device.
Returns
hipSuccess, hipErrorInvalidValue

Member Function/Subroutine Documentation

◆ hipdrvgraphexecmemcpynodesetparams_()

integer(kind(hipsuccess)) function hipfort::hipdrvgraphexecmemcpynodesetparams::hipdrvgraphexecmemcpynodesetparams_ ( type(c_ptr), value  hgraphexec,
type(c_ptr), value  hnode,
type(hip_memcpy3d copyparams,
type(c_ptr), value  ctx 
)

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