hipgraphexecmemcpynodesetparamstosymbol Interface Reference

hipgraphexecmemcpynodesetparamstosymbol Interface Reference#

HIPFORT API Reference: hipfort::hipgraphexecmemcpynodesetparamstosymbol Interface Reference
hipfort::hipgraphexecmemcpynodesetparamstosymbol Interface Reference

Sets the parameters for a memcpy node in the given graphExec to copy to a symbol on the device. More...

Public Member Functions

integer(kind(hipsuccess)) function hipgraphexecmemcpynodesetparamstosymbol_ (hgraphexec, node, symbol, src, count, offset, mykind)
 

Detailed Description

Sets the parameters for a memcpy node in the given graphExec to copy to a symbol on the device.

Parameters
[in]hGraphExec- Instance of the executable graph with the node.
[in]node- Instance of the node to set parameters of.
[in]symbol- Device symbol address.
[in]src- Pointer to memory address of the src.
[in]count- Size of the memory to copy.
[in]offset- Offset from start of symbol in bytes.
[in]kind- Type of memory copy.
Returns
hipSuccess, hipErrorInvalidValue

Member Function/Subroutine Documentation

◆ hipgraphexecmemcpynodesetparamstosymbol_()

integer(kind(hipsuccess)) function hipfort::hipgraphexecmemcpynodesetparamstosymbol::hipgraphexecmemcpynodesetparamstosymbol_ ( type(c_ptr), value  hgraphexec,
type(c_ptr), value  node,
type(c_ptr), value  symbol,
type(c_ptr), value  src,
integer(c_size_t), value  count,
integer(c_size_t), value  offset,
integer(kind(hipmemcpyhosttohost)), value  mykind 
)

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