hipgraphmemcpynodesetparamsfromsymbol Interface Reference

hipgraphmemcpynodesetparamsfromsymbol Interface Reference#

HIPFORT API Reference: hipfort::hipgraphmemcpynodesetparamsfromsymbol Interface Reference
hipfort::hipgraphmemcpynodesetparamsfromsymbol Interface Reference

Sets a memcpy node's parameters to copy from a symbol on the device. More...

Public Member Functions

integer(kind(hipsuccess)) function hipgraphmemcpynodesetparamsfromsymbol_ (node, dst, symbol, count, offset, mykind)
 

Detailed Description

Sets a memcpy node's parameters to copy from a symbol on the device.

Parameters
[in]node- Instance of the node to set parameters of.
[in]dst- Pointer to memory address of the destination.
[in]symbol- Device symbol address.
[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

◆ hipgraphmemcpynodesetparamsfromsymbol_()

integer(kind(hipsuccess)) function hipfort::hipgraphmemcpynodesetparamsfromsymbol::hipgraphmemcpynodesetparamsfromsymbol_ ( type(c_ptr), value  node,
type(c_ptr), value  dst,
type(c_ptr), value  symbol,
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: