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 of. [in] dst - Pointer to memory address of the destination. [in] src - Pointer to memory address of the source. [in] count - Size of the memory to copy. [in] kind - Type of memory copy.
- Returns
hipSuccess,hipErrorInvalidValue
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: