rocblas_sgeam_64 Interface Reference

rocblas_sgeam_64 Interface Reference#

HIPFORT API Reference: hipfort_rocblas::rocblas_sgeam_64 Interface Reference
hipfort_rocblas::rocblas_sgeam_64 Interface Reference

Public Member Functions

integer(kind(rocblas_status_success)) function rocblas_sgeam_64_ (handle, transa, transb, m, n, alpha, a, lda, beta, b, ldb, c, ldc)
 

Member Function/Subroutine Documentation

◆ rocblas_sgeam_64_()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_sgeam_64::rocblas_sgeam_64_ ( type(c_ptr), value  handle,
integer(kind(rocblas_operation_none)), value  transa,
integer(kind(rocblas_operation_none)), value  transb,
integer(c_int64_t), value  m,
integer(c_int64_t), value  n,
real(c_float)  alpha,
type(c_ptr), value  a,
integer(c_int64_t), value  lda,
real(c_float)  beta,
type(c_ptr), value  b,
integer(c_int64_t), value  ldb,
type(c_ptr), value  c,
integer(c_int64_t), value  ldc 
)

The documentation for this interface was generated from the following file: