hipmemcpyatohasync Interface Reference

hipmemcpyatohasync Interface Reference#

HIPFORT API Reference: hipfort::hipmemcpyatohasync Interface Reference
hipfort::hipmemcpyatohasync Interface Reference

Copies from one 1D array to host memory. More...

Public Member Functions

integer(kind(hipsuccess)) function hipmemcpyatohasync_ (dsthost, srcarray, srcoffset, bytecount, stream)
 

Detailed Description

Copies from one 1D array to host memory.

Parameters
[out]dstHost- Destination pointer
[in]srcArray- Source array
[in]srcOffset- Offset in bytes of source array
[in]ByteCount- Size of memory copy in bytes
[in]stream- Stream identifier
Returns
hipSuccess, hipErrorDeinitialized, hipErrorNotInitialized, hipErrorInvalidContext, hipErrorInvalidValue
See also
hipArrayCreate, hipArrayDestroy, hipArrayGetDescriptor, hipMemAlloc, hipMemAllocHost, hipMemAllocPitch, hipMemcpy2D, hipMemcpy2DAsync, hipMemcpy2DUnaligned, hipMemcpyAtoA, hipMemcpyAtoD, hipMemcpyAtoH, hipMemcpyAtoHAsync, hipMemcpyDtoA, hipMemcpyDtoD, hipMemcpyDtoDAsync, hipMemcpyDtoH, hipMemcpyDtoHAsync, hipMemcpyHtoA, hipMemcpyHtoAAsync, hipMemcpyHtoDAsync, hipMemFree, hipMemFreeHost, hipMemGetAddressRange, hipMemGetInfo, hipMemHostAlloc, hipMemHostGetDevicePointer

Member Function/Subroutine Documentation

◆ hipmemcpyatohasync_()

integer(kind(hipsuccess)) function hipfort::hipmemcpyatohasync::hipmemcpyatohasync_ ( type(c_ptr), value  dsthost,
type(c_ptr), value  srcarray,
integer(c_size_t), value  srcoffset,
integer(c_size_t), value  bytecount,
type(c_ptr), value  stream 
)

The documentation for this interface was generated from the following file: