hipmemcpydtohasync Interface Reference

hipmemcpydtohasync Interface Reference#

HIPFORT API Reference: hipfort::hipmemcpydtohasync Interface Reference
hipfort::hipmemcpydtohasync Interface Reference

Copy data from Device to Host asynchronously. More...

Public Member Functions

integer(kind(hipsuccess)) function hipmemcpydtohasync_ (dst, src, sizebytes, stream)
 

Detailed Description

Copy data from Device to Host asynchronously.

Parameters
[out]dst- Data being copy to
[in]src- Data being copy from
[in]sizeBytes- Data size 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

◆ hipmemcpydtohasync_()

integer(kind(hipsuccess)) function hipfort::hipmemcpydtohasync::hipmemcpydtohasync_ ( type(c_ptr), value  dst,
type(c_ptr), value  src,
integer(c_size_t), value  sizebytes,
type(c_ptr), value  stream 
)

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