hipgraphmemcpynodesetparams1d Interface Reference#
hipfort::hipgraphmemcpynodesetparams1d Interface Reference
Sets a memcpy node's parameters to perform a 1-dimensional copy. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphmemcpynodesetparams1d_ (node, dst, src, count, mykind) |
Detailed Description
Sets a memcpy node's parameters to perform a 1-dimensional copy.
- Parameters
-
[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
◆ hipgraphmemcpynodesetparams1d_()
| integer(kind(hipsuccess)) function hipfort::hipgraphmemcpynodesetparams1d::hipgraphmemcpynodesetparams1d_ | ( | 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: