hipblassswapbatched Interface Reference

hipblassswapbatched Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblassswapbatched Interface Reference
hipfort_hipblas::hipblassswapbatched Interface Reference

BLAS Level 1 API. More...

Public Member Functions

integer(kind(hipblas_status_success)) function hipblassswapbatched_ (handle, n, x, incx, y, incy, batchcount)
 

Detailed Description

BLAS Level 1 API.

The swapBatched functions interchange vectors x_i and y_i, for i = 1 , ... , batchCount.

y_i := x_i; x_i := y_i
  • Supported precisions in rocBLAS : s, d, c, and z.
  • Supported precisions in cuBLAS : No support.
Parameters
[in]handle- [hipblasHandle_t] handle to the hipBLAS library context queue.
[in]n- [int] the number of elements in each x_i and y_i.
[in,out]x- device array of device pointers storing each vector x_i.
[in]incx- [int] specifies the increment for the elements of each x_i.
[in,out]y- device array of device pointers storing each vector y_i.
[in]incy- [int] specifies the increment for the elements of each y_i.
[in]batchCount- [int] number of instances in the batch.

Member Function/Subroutine Documentation

◆ hipblassswapbatched_()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblassswapbatched::hipblassswapbatched_ ( type(c_ptr), value  handle,
integer(c_int), value  n,
type(c_ptr), value  x,
integer(c_int), value  incx,
type(c_ptr), value  y,
integer(c_int), value  incy,
integer(c_int), value  batchcount 
)

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