hipgraphexecmemcpynodesetparamsfromsymbol Interface Reference

hipgraphexecmemcpynodesetparamsfromsymbol Interface Reference#

HIPFORT API Reference: hipfort::hipgraphexecmemcpynodesetparamsfromsymbol Interface Reference
hipfort::hipgraphexecmemcpynodesetparamsfromsymbol Interface Reference

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

Public Member Functions

integer(kind(hipsuccess)) function hipgraphexecmemcpynodesetparamsfromsymbol_ (hGraphExec, node, dst, symbol, count, offset, myKind)
 

Detailed Description

Sets the parameters for a memcpy node in the given graphExec to copy from 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 to.
[in]dst- pointer to memory address to the destination.
[in]symbol- Device symbol address.
[in]count- the size of the memory to copy.
[in]offset- Offset from start of symbol in bytes.
[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.

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