rocblas_haxpy_batched Interface Reference#
hipfort_rocblas::rocblas_haxpy_batched Interface Reference
BLAS Level 1 API. More...
Public Member Functions | |
| integer(kind(rocblas_status_success)) function | rocblas_haxpy_batched_ (handle, n, alpha, x, incx, y, incy, batch_count) |
Detailed Description
BLAS Level 1 API.
The axpy_batched functions compute y := alpha * x + y over a set of batched vectors.
- Parameters
-
[in] handle - [rocblas_handle] handle to the rocBLAS library context queue. [in] n - [rocblas_int] [in] alpha - specifies the scalar alpha. [in] x - pointer storing vector x on the GPU. [in] incx - [rocblas_int] specifies the increment for the elements of x. [out] y - pointer storing vector y on the GPU. [in,out] incy - [rocblas_int] specifies the increment for the elements of y. [in] batch_count - [rocblas_int] number of instances in the batch.
Member Function/Subroutine Documentation
◆ rocblas_haxpy_batched_()
| integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_haxpy_batched::rocblas_haxpy_batched_ | ( | type(c_ptr), value | handle, |
| integer(c_int), value | n, | ||
| integer(c_short) | alpha, | ||
| type(c_ptr), value | x, | ||
| integer(c_int), value | incx, | ||
| type(c_ptr), value | y, | ||
| integer(c_int), value | incy, | ||
| integer(c_int), value | batch_count | ||
| ) |
The documentation for this interface was generated from the following file: