hipmemcpyatoa Interface Reference

hipmemcpyatoa Interface Reference#

HIPFORT API Reference: hipfort::hipmemcpyatoa Interface Reference
hipfort::hipmemcpyatoa Interface Reference

Copies from one 1D array to another. More...

Public Member Functions

integer(kind(hipsuccess)) function hipmemcpyatoa_ (dstarray, dstoffset, srcarray, srcoffset, bytecount)
 

Detailed Description

Copies from one 1D array to another.

Parameters
[out]dstArray- Destination array
[in]dstOffset- Offset in bytes of destination array
[in]srcArray- Source array
[in]srcOffset- Offset in bytes of source array
[in]ByteCount- Size of memory copy 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

◆ hipmemcpyatoa_()

integer(kind(hipsuccess)) function hipfort::hipmemcpyatoa::hipmemcpyatoa_ ( type(c_ptr), value  dstarray,
integer(c_size_t), value  dstoffset,
type(c_ptr), value  srcarray,
integer(c_size_t), value  srcoffset,
integer(c_size_t), value  bytecount 
)

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