hipblassetmatrix Interface Reference#
hipfort_hipblas::hipblassetmatrix Interface Reference
Copy matrix from host to device. More...
Public Member Functions | |
| integer(kind(hipblas_status_success)) function | hipblassetmatrix_ (rows, cols, elemsize, ap, lda, bp, ldb) |
Detailed Description
Copy matrix from host to device.
- Parameters
-
[in] rows - [int] number of rows in the matrix. [in] cols - [int] number of columns in the matrix. [in] elemSize - [int] number of bytes per element in the matrix. [in] AP - pointer to matrix on the host. [in] lda - [int] specifies the leading dimension of A. lda >= rows. [out] BP - pointer to matrix on the GPU. [in] ldb - [int] specifies the leading dimension of B. ldb >= rows.
Member Function/Subroutine Documentation
◆ hipblassetmatrix_()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblassetmatrix::hipblassetmatrix_ | ( | integer(c_int), value | rows, |
| integer(c_int), value | cols, | ||
| integer(c_int), value | elemsize, | ||
| type(c_ptr), value | ap, | ||
| integer(c_int), value | lda, | ||
| type(c_ptr), value | bp, | ||
| integer(c_int), value | ldb | ||
| ) |
The documentation for this interface was generated from the following file: