public interface hipblasDgemm
Functions
public function hipblasDgemm_(handle, transa, transb, m, n, k, alpha, A, lda, B, ldb, beta, C, ldc) bind(c,name="cublasDgemm_v2")
Arguments
Type | Intent | Optional | Attributes | | Name | |
type(c_ptr), |
|
| value | :: |
handle | |
integer(kind=kind(HIPBLAS_OP_N)), |
|
| value | :: |
transa | |
integer(kind=kind(HIPBLAS_OP_N)), |
|
| value | :: |
transb | |
integer(kind=c_int), |
|
| value | :: |
m | |
integer(kind=c_int), |
|
| value | :: |
n | |
integer(kind=c_int), |
|
| value | :: |
k | |
real(kind=c_double) |
|
| | :: |
alpha | |
type(c_ptr), |
|
| value | :: |
A | |
integer(kind=c_int), |
|
| value | :: |
lda | |
type(c_ptr), |
|
| value | :: |
B | |
integer(kind=c_int), |
|
| value | :: |
ldb | |
real(kind=c_double) |
|
| | :: |
beta | |
type(c_ptr), |
|
| value | :: |
C | |
integer(kind=c_int), |
|
| value | :: |
ldc | |
Return Value integer(kind=kind(HIPBLAS_STATUS_SUCCESS))