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) | 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: