public interface hipblasSgemvStridedBatched
Functions
public function hipblasSgemvStridedBatched_(handle, trans, m, n, alpha, A, lda, strideA, x, incx, stridex, beta, y, incy, stridey, batchCount) bind(c,name="cublasSgemvStridedBatched")
Arguments
Type | Intent | Optional | Attributes | | Name | |
type(c_ptr), |
|
| value | :: |
handle | |
integer(kind=kind(HIPBLAS_OP_N)), |
|
| value | :: |
trans | |
integer(kind=c_int), |
|
| value | :: |
m | |
integer(kind=c_int), |
|
| value | :: |
n | |
real(kind=c_float) |
|
| | :: |
alpha | |
type(c_ptr), |
|
| value | :: |
A | |
integer(kind=c_int), |
|
| value | :: |
lda | |
integer(kind=c_int64_t), |
|
| value | :: |
strideA | |
type(c_ptr), |
|
| value | :: |
x | |
integer(kind=c_int), |
|
| value | :: |
incx | |
integer(kind=c_int64_t), |
|
| value | :: |
stridex | |
real(kind=c_float) |
|
| | :: |
beta | |
type(c_ptr), |
|
| value | :: |
y | |
integer(kind=c_int), |
|
| value | :: |
incy | |
integer(kind=c_int64_t), |
|
| value | :: |
stridey | |
integer(kind=c_int), |
|
| value | :: |
batchCount | |
Return Value integer(kind=kind(HIPBLAS_STATUS_SUCCESS))