hipmemcpyfromarray Interface Reference#
hipfort::hipmemcpyfromarray Interface Reference
Copies data between host and device [Deprecated]. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmemcpyfromarray_ (dst, srcarray, woffset, hoffset, count, mykind) |
Detailed Description
Copies data between host and device [Deprecated].
- Parameters
-
[in] dst - Destination memory address [in] srcArray - Source memory address [in] wOffset - Source starting X offset [in] hOffset - Source starting Y offset [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
◆ hipmemcpyfromarray_()
| integer(kind(hipsuccess)) function hipfort::hipmemcpyfromarray::hipmemcpyfromarray_ | ( | type(c_ptr), value | dst, |
| type(c_ptr), value | srcarray, | ||
| integer(c_size_t), value | woffset, | ||
| integer(c_size_t), value | hoffset, | ||
| integer(c_size_t), value | count, | ||
| integer(kind(hipmemcpyhosttohost)), value | mykind | ||
| ) |
The documentation for this interface was generated from the following file: