hipblasgetmatrix Interface Reference

hipblasgetmatrix Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblasgetmatrix Interface Reference
hipfort_hipblas::hipblasgetmatrix Interface Reference

Copy matrix from device to host. More...

Public Member Functions

integer(kind(hipblas_status_success)) function hipblasgetmatrix_ (rows, cols, elemsize, ap, lda, bp, ldb)
 

Detailed Description

Copy matrix from device to host.

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 GPU.
[in]lda- [int] specifies the leading dimension of A. lda >= rows.
[out]BP- pointer to matrix on the host.
[in]ldb- [int] specifies the leading dimension of B. ldb >= rows.

Member Function/Subroutine Documentation

◆ hipblasgetmatrix_()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasgetmatrix::hipblasgetmatrix_ ( 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: