hipblasgetvectorasync Interface Reference#
hipfort_hipblas::hipblasgetvectorasync Interface Reference
Asynchronously copy vector from device to host. More...
Public Member Functions | |
| integer(kind(hipblas_status_success)) function | hipblasgetvectorasync_ (n, elemsize, x, incx, y, incy, stream) |
Detailed Description
Asynchronously copy vector from device to host.
hipblasGetVectorAsync copies a vector from pinned host memory to device memory asynchronously. Memory on the host must be allocated with hipHostMalloc or the transfer will be synchronous.
- Parameters
-
[in] n - [int] number of elements in the vector. [in] elemSize - [int] number of bytes per element in the matrix. [in] x - pointer to vector on the device. [in] incx - [int] specifies the increment for the elements of the vector. [out] y - pointer to vector on the host. [in] incy - [int] specifies the increment for the elements of the vector. [in] stream - specifies the stream into which this transfer request is queued.
Member Function/Subroutine Documentation
◆ hipblasgetvectorasync_()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasgetvectorasync::hipblasgetvectorasync_ | ( | integer(c_int), value | n, |
| integer(c_int), value | elemsize, | ||
| type(c_ptr), value | x, | ||
| integer(c_int), value | incx, | ||
| type(c_ptr), value | y, | ||
| integer(c_int), value | incy, | ||
| type(c_ptr), value | stream | ||
| ) |
The documentation for this interface was generated from the following file: