hipgraphexecmemcpynodesetparams1d Interface Reference

hipgraphexecmemcpynodesetparams1d Interface Reference#

HIPFORT API Reference: hipfort::hipgraphexecmemcpynodesetparams1d Interface Reference
hipfort::hipgraphexecmemcpynodesetparams1d Interface Reference

Sets the parameters for a memcpy node in the given graphExec to perform a 1-dimensional copy. More...

Public Member Functions

integer(kind(hipsuccess)) function hipgraphexecmemcpynodesetparams1d_ (hGraphExec, node, dst, src, count, myKind)
 

Detailed Description

Sets the parameters for a memcpy node in the given graphExec to perform a 1-dimensional copy.

Parameters
[in]hGraphExec- instance of the executable graph with the node.
[in]node- instance of the node to set parameters to.
[in]dst- pointer to memory address to the destination.
[in]src- pointer to memory address to the source.
[in]count- the size of the memory to copy.
[in]kind- the type of memory copy.
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

◆ hipgraphexecmemcpynodesetparams1d_()

integer(kind(hipsuccess)) function hipfort::hipgraphexecmemcpynodesetparams1d::hipgraphexecmemcpynodesetparams1d_ ( type(c_ptr), value  hGraphExec,
type(c_ptr), value  node,
type(c_ptr), value  dst,
type(c_ptr), value  src,
integer(c_size_t), value  count,
integer(kind(hipmemcpyhosttohost)), value  myKind 
)

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