hipblasgetvectorasync Interface Reference

hipblasgetvectorasync Interface Reference#

HIPFORT API Reference: hipfort_hipblas_auxiliary::hipblasgetvectorasync Interface Reference
hipfort_hipblas_auxiliary::hipblasgetvectorasync Interface Reference

Public Member Functions

integer(kind(hipblas_status_success)) function hipblasgetvectorasync_ (n, elem_size, x, incx, y, incy, stream)
 
integer(kind(hipblas_status_success)) function hipblasgetvectorasync_l_rank_0 (n, x, incx, y, incy, stream)
 
integer(kind(hipblas_status_success)) function hipblasgetvectorasync_l_full_rank (n, x, incx, y, incy, stream)
 
integer(kind(hipblas_status_success)) function hipblasgetvectorasync_i4_rank_0 (n, x, incx, y, incy, stream)
 
integer(kind(hipblas_status_success)) function hipblasgetvectorasync_i4_full_rank (n, x, incx, y, incy, stream)
 
integer(kind(hipblas_status_success)) function hipblasgetvectorasync_i8_rank_0 (n, x, incx, y, incy, stream)
 
integer(kind(hipblas_status_success)) function hipblasgetvectorasync_i8_full_rank (n, x, incx, y, incy, stream)
 
integer(kind(hipblas_status_success)) function hipblasgetvectorasync_r4_rank_0 (n, x, incx, y, incy, stream)
 
integer(kind(hipblas_status_success)) function hipblasgetvectorasync_r4_full_rank (n, x, incx, y, incy, stream)
 
integer(kind(hipblas_status_success)) function hipblasgetvectorasync_r8_rank_0 (n, x, incx, y, incy, stream)
 
integer(kind(hipblas_status_success)) function hipblasgetvectorasync_r8_full_rank (n, x, incx, y, incy, stream)
 
integer(kind(hipblas_status_success)) function hipblasgetvectorasync_c4_rank_0 (n, x, incx, y, incy, stream)
 
integer(kind(hipblas_status_success)) function hipblasgetvectorasync_c4_full_rank (n, x, incx, y, incy, stream)
 
integer(kind(hipblas_status_success)) function hipblasgetvectorasync_c8_rank_0 (n, x, incx, y, incy, stream)
 
integer(kind(hipblas_status_success)) function hipblasgetvectorasync_c8_full_rank (n, x, incx, y, incy, stream)
 

Member Function/Subroutine Documentation

◆ hipblasgetvectorasync_()

integer(kind(hipblas_status_success)) function hipfort_hipblas_auxiliary::hipblasgetvectorasync::hipblasgetvectorasync_ ( integer(c_int), value  n,
integer(c_int), value  elem_size,
type(c_ptr), value  x,
integer(c_int), value  incx,
type(c_ptr), value  y,
integer(c_int), value  incy,
type(c_ptr), value  stream 
)

◆ hipblasgetvectorasync_c4_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas_auxiliary::hipblasgetvectorasync::hipblasgetvectorasync_c4_full_rank ( integer(c_int), value  n,
complex(c_float_complex), dimension(:), target  x,
integer(c_int), value  incx,
complex(c_float_complex), dimension(:), target  y,
integer(c_int), value  incy,
type(c_ptr), value  stream 
)

◆ hipblasgetvectorasync_c4_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas_auxiliary::hipblasgetvectorasync::hipblasgetvectorasync_c4_rank_0 ( integer(c_int), value  n,
complex(c_float_complex), target  x,
integer(c_int), value  incx,
complex(c_float_complex), target  y,
integer(c_int), value  incy,
type(c_ptr), value  stream 
)

◆ hipblasgetvectorasync_c8_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas_auxiliary::hipblasgetvectorasync::hipblasgetvectorasync_c8_full_rank ( integer(c_int), value  n,
complex(c_double_complex), dimension(:), target  x,
integer(c_int), value  incx,
complex(c_double_complex), dimension(:), target  y,
integer(c_int), value  incy,
type(c_ptr), value  stream 
)

◆ hipblasgetvectorasync_c8_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas_auxiliary::hipblasgetvectorasync::hipblasgetvectorasync_c8_rank_0 ( integer(c_int), value  n,
complex(c_double_complex), target  x,
integer(c_int), value  incx,
complex(c_double_complex), target  y,
integer(c_int), value  incy,
type(c_ptr), value  stream 
)

◆ hipblasgetvectorasync_i4_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas_auxiliary::hipblasgetvectorasync::hipblasgetvectorasync_i4_full_rank ( integer(c_int), value  n,
integer(c_int), dimension(:), target  x,
integer(c_int), value  incx,
integer(c_int), dimension(:), target  y,
integer(c_int), value  incy,
type(c_ptr), value  stream 
)

◆ hipblasgetvectorasync_i4_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas_auxiliary::hipblasgetvectorasync::hipblasgetvectorasync_i4_rank_0 ( integer(c_int), value  n,
integer(c_int), target  x,
integer(c_int), value  incx,
integer(c_int), target  y,
integer(c_int), value  incy,
type(c_ptr), value  stream 
)

◆ hipblasgetvectorasync_i8_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas_auxiliary::hipblasgetvectorasync::hipblasgetvectorasync_i8_full_rank ( integer(c_int), value  n,
integer(c_long), dimension(:), target  x,
integer(c_int), value  incx,
integer(c_long), dimension(:), target  y,
integer(c_int), value  incy,
type(c_ptr), value  stream 
)

◆ hipblasgetvectorasync_i8_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas_auxiliary::hipblasgetvectorasync::hipblasgetvectorasync_i8_rank_0 ( integer(c_int), value  n,
integer(c_long), target  x,
integer(c_int), value  incx,
integer(c_long), target  y,
integer(c_int), value  incy,
type(c_ptr), value  stream 
)

◆ hipblasgetvectorasync_l_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas_auxiliary::hipblasgetvectorasync::hipblasgetvectorasync_l_full_rank ( integer(c_int), value  n,
logical(c_bool), dimension(:), target  x,
integer(c_int), value  incx,
logical(c_bool), dimension(:), target  y,
integer(c_int), value  incy,
type(c_ptr), value  stream 
)

◆ hipblasgetvectorasync_l_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas_auxiliary::hipblasgetvectorasync::hipblasgetvectorasync_l_rank_0 ( integer(c_int), value  n,
logical(c_bool), target  x,
integer(c_int), value  incx,
logical(c_bool), target  y,
integer(c_int), value  incy,
type(c_ptr), value  stream 
)

◆ hipblasgetvectorasync_r4_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas_auxiliary::hipblasgetvectorasync::hipblasgetvectorasync_r4_full_rank ( integer(c_int), value  n,
real(c_float), dimension(:), target  x,
integer(c_int), value  incx,
real(c_float), dimension(:), target  y,
integer(c_int), value  incy,
type(c_ptr), value  stream 
)

◆ hipblasgetvectorasync_r4_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas_auxiliary::hipblasgetvectorasync::hipblasgetvectorasync_r4_rank_0 ( integer(c_int), value  n,
real(c_float), target  x,
integer(c_int), value  incx,
real(c_float), target  y,
integer(c_int), value  incy,
type(c_ptr), value  stream 
)

◆ hipblasgetvectorasync_r8_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas_auxiliary::hipblasgetvectorasync::hipblasgetvectorasync_r8_full_rank ( integer(c_int), value  n,
real(c_double), dimension(:), target  x,
integer(c_int), value  incx,
real(c_double), dimension(:), target  y,
integer(c_int), value  incy,
type(c_ptr), value  stream 
)

◆ hipblasgetvectorasync_r8_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas_auxiliary::hipblasgetvectorasync::hipblasgetvectorasync_r8_rank_0 ( integer(c_int), value  n,
real(c_double), target  x,
integer(c_int), value  incx,
real(c_double), target  y,
integer(c_int), value  incy,
type(c_ptr), value  stream 
)

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