rocblas_hgemm_strided_batched Interface Reference

rocblas_hgemm_strided_batched Interface Reference#

HIPFORT API Reference: hipfort_rocblas::rocblas_hgemm_strided_batched Interface Reference
hipfort_rocblas::rocblas_hgemm_strided_batched Interface Reference

Public Member Functions

integer(kind(rocblas_status_success)) function rocblas_hgemm_strided_batched_ (handle, transA, transB, m, n, k, alpha, A, lda, stride_a, B, ldb, stride_b, beta, C, ldc, stride_c, batch_count)
 

Member Function/Subroutine Documentation

◆ rocblas_hgemm_strided_batched_()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_hgemm_strided_batched::rocblas_hgemm_strided_batched_ ( type(c_ptr), value  handle,
integer(kind(rocblas_operation_none)), value  transA,
integer(kind(rocblas_operation_none)), value  transB,
integer(c_int), value  m,
integer(c_int), value  n,
integer(c_int), value  k,
type(c_ptr)  alpha,
type(c_ptr)  A,
integer(c_int), value  lda,
integer(c_int64_t), value  stride_a,
type(c_ptr)  B,
integer(c_int), value  ldb,
integer(c_int64_t), value  stride_b,
type(c_ptr)  beta,
type(c_ptr)  C,
integer(c_int), value  ldc,
integer(c_int64_t), value  stride_c,
integer(c_int), value  batch_count 
)

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