rocblas_get_matrix Interface Reference#
hipfort_rocblas::rocblas_get_matrix Interface Reference
Copy matrix from device to host. More...
Public Member Functions | |
| integer(kind(rocblas_status_success)) function | rocblas_get_matrix_ (rows, cols, elem_size, a, lda, b, ldb) |
Detailed Description
Copy matrix from device to host.
- Parameters
-
[in] rows - [rocblas_int] number of rows in matrices [in] cols - [rocblas_int] number of columns in matrices [in] elem_size - [rocblas_int] number of bytes per element in the matrix [in] a - pointer to matrix on the GPU [in] lda - [rocblas_int] specifies the leading dimension of A, lda >= rows [out] b - pointer to matrix on the host [in] ldb - [rocblas_int] specifies the leading dimension of B, ldb >= rows
Member Function/Subroutine Documentation
◆ rocblas_get_matrix_()
| integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_get_matrix::rocblas_get_matrix_ | ( | integer(c_int), value | rows, |
| integer(c_int), value | cols, | ||
| integer(c_int), value | elem_size, | ||
| type(c_ptr), value | a, | ||
| integer(c_int), value | lda, | ||
| type(c_ptr), value | b, | ||
| integer(c_int), value | ldb | ||
| ) |
The documentation for this interface was generated from the following file: