hipmemcpyatod Interface Reference

hipmemcpyatod Interface Reference#

HIPFORT API Reference: hipfort::hipmemcpyatod Interface Reference
hipfort::hipmemcpyatod Interface Reference

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

Public Member Functions

integer(kind(hipsuccess)) function hipmemcpyatod_ (dstdevice, srcarray, srcoffset, bytecount)
 

Detailed Description

Copies from one 1D array to device memory.

Parameters
[out]dstDevice- Destination device pointer
[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

◆ hipmemcpyatod_()

integer(kind(hipsuccess)) function hipfort::hipmemcpyatod::hipmemcpyatod_ ( type(c_ptr), value  dstdevice,
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: