hipgraphaddmemcpynode1d Interface Reference#
hipfort::hipgraphaddmemcpynode1d Interface Reference
Creates a 1D memcpy node and adds it to a graph. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphaddmemcpynode1d_ (pgraphnode, graph, pdependencies, numdependencies, dst, src, count, mykind) |
Detailed Description
Creates a 1D memcpy node and adds it to a graph.
- Parameters
-
[out] pGraphNode - Pointer to graph node that is created. [in] graph - Instance of graph to add the created node to. [in] pDependencies - const pointer to the dependencies of the memcpy execution node. [in] numDependencies - The number of dependencies. [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
◆ hipgraphaddmemcpynode1d_()
| integer(kind(hipsuccess)) function hipfort::hipgraphaddmemcpynode1d::hipgraphaddmemcpynode1d_ | ( | type(c_ptr) | pgraphnode, |
| type(c_ptr), value | graph, | ||
| type(c_ptr) | pdependencies, | ||
| integer(c_size_t), value | numdependencies, | ||
| 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: