hipmemcpyhtoa Interface Reference#
hipfort::hipmemcpyhtoa Interface Reference
Copies data between host and device. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmemcpyhtoa_ (dstarray, dstoffset, srchost, count) |
Detailed Description
Copies data between host and device.
- Parameters
-
[in] dstArray - Destination memory address [in] dstOffset - Offset in bytes of destination array [in] srcHost - Source host pointer [in] count - Size of memory copy in bytes
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorInvalidPitchValue,hipErrorInvalidDevicePointer,hipErrorInvalidMemcpyDirection
- See also
- hipMemcpy, hipMemcpy2DToArray, hipMemcpy2D, hipMemcpyFromArray, hipMemcpyToSymbol, hipMemcpyAsync
Member Function/Subroutine Documentation
◆ hipmemcpyhtoa_()
| integer(kind(hipsuccess)) function hipfort::hipmemcpyhtoa::hipmemcpyhtoa_ | ( | type(c_ptr), value | dstarray, |
| integer(c_size_t), value | dstoffset, | ||
| type(c_ptr), value | srchost, | ||
| integer(c_size_t), value | count | ||
| ) |
The documentation for this interface was generated from the following file: