hipblasgetvector Interface Reference#
hipfort_hipblas::hipblasgetvector Interface Reference
Copy vector from device to host. More...
Public Member Functions | |
| integer(kind(hipblas_status_success)) function | hipblasgetvector_ (n, elemsize, x, incx, y, incy) |
Detailed Description
Copy vector from device to host.
- Parameters
-
[in] n - [int] number of elements in the vector. [in] elemSize - [int] Size of both vectors in bytes. [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.
Member Function/Subroutine Documentation
◆ hipblasgetvector_()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasgetvector::hipblasgetvector_ | ( | 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 | ||
| ) |
The documentation for this interface was generated from the following file: