hipmemcpydtodasync Interface Reference

hipmemcpydtodasync Interface Reference#

HIPFORT API Reference: hipfort::hipmemcpydtodasync Interface Reference
hipfort::hipmemcpydtodasync Interface Reference

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

Public Member Functions

integer(kind(hipsuccess)) function hipmemcpydtodasync_ (dst, src, sizeBytes, stream)
 

Detailed Description

Copy data from Device to Device asynchronously.

Parameters
[out]dstData being copy to
[in]srcData being copy from
[in]sizeBytesData size in bytes
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

◆ hipmemcpydtodasync_()

integer(kind(hipsuccess)) function hipfort::hipmemcpydtodasync::hipmemcpydtodasync_ ( 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: