hipmemcpyhtoaasync Interface Reference#
hipfort::hipmemcpyhtoaasync Interface Reference
Copies from host memory to a 1D array. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmemcpyhtoaasync_ (dstarray, dstoffset, srchost, bytecount, stream) |
Detailed Description
Copies from host memory to a 1D array.
- Parameters
-
[out] dstArray - Destination array [in] dstOffset - Offset in bytes of destination array [in] srcHost - Source host pointer [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
◆ hipmemcpyhtoaasync_()
| integer(kind(hipsuccess)) function hipfort::hipmemcpyhtoaasync::hipmemcpyhtoaasync_ | ( | type(c_ptr), value | dstarray, |
| integer(c_size_t), value | dstoffset, | ||
| type(c_ptr), value | srchost, | ||
| integer(c_size_t), value | bytecount, | ||
| type(c_ptr), value | stream | ||
| ) |
The documentation for this interface was generated from the following file: