hipmemcpytoarray Interface Reference#
hipfort::hipmemcpytoarray Interface Reference
Copies data between host and device [Deprecated]. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmemcpytoarray_ (dst, woffset, hoffset, src, count, mykind) |
Detailed Description
Copies data between host and device [Deprecated].
- Parameters
-
[in] dst - Destination memory address [in] wOffset - Destination starting X offset [in] hOffset - Destination starting Y offset [in] src - Source memory address [in] count - size in bytes to copy [in] myKind - Type of transfer
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorInvalidPitchValue,hipErrorInvalidDevicePointer,hipErrorInvalidMemcpyDirection
- See also
- hipMemcpy, hipMemcpy2DToArray, hipMemcpy2D, hipMemcpyFromArray, hipMemcpyToSymbol, hipMemcpyAsync
- Warning
- This API is deprecated.
Member Function/Subroutine Documentation
◆ hipmemcpytoarray_()
| integer(kind(hipsuccess)) function hipfort::hipmemcpytoarray::hipmemcpytoarray_ | ( | type(c_ptr), value | dst, |
| integer(c_size_t), value | woffset, | ||
| integer(c_size_t), value | hoffset, | ||
| 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: