rocblas_get_vector_async Interface Reference#
hipfort_rocblas_auxiliary::rocblas_get_vector_async Interface Reference
Public Member Functions | |
integer(kind(rocblas_status_success)) function | rocblas_get_vector_async_ (n, elem_size, x, incx, y, incy, stream) |
integer(kind(rocblas_status_success)) function | rocblas_get_vector_async_l_rank_0 (n, x, incx, y, incy, stream) |
integer(kind(rocblas_status_success)) function | rocblas_get_vector_async_l_full_rank (n, x, incx, y, incy, stream) |
integer(kind(rocblas_status_success)) function | rocblas_get_vector_async_i4_rank_0 (n, x, incx, y, incy, stream) |
integer(kind(rocblas_status_success)) function | rocblas_get_vector_async_i4_full_rank (n, x, incx, y, incy, stream) |
integer(kind(rocblas_status_success)) function | rocblas_get_vector_async_i8_rank_0 (n, x, incx, y, incy, stream) |
integer(kind(rocblas_status_success)) function | rocblas_get_vector_async_i8_full_rank (n, x, incx, y, incy, stream) |
integer(kind(rocblas_status_success)) function | rocblas_get_vector_async_r4_rank_0 (n, x, incx, y, incy, stream) |
integer(kind(rocblas_status_success)) function | rocblas_get_vector_async_r4_full_rank (n, x, incx, y, incy, stream) |
integer(kind(rocblas_status_success)) function | rocblas_get_vector_async_r8_rank_0 (n, x, incx, y, incy, stream) |
integer(kind(rocblas_status_success)) function | rocblas_get_vector_async_r8_full_rank (n, x, incx, y, incy, stream) |
integer(kind(rocblas_status_success)) function | rocblas_get_vector_async_c4_rank_0 (n, x, incx, y, incy, stream) |
integer(kind(rocblas_status_success)) function | rocblas_get_vector_async_c4_full_rank (n, x, incx, y, incy, stream) |
integer(kind(rocblas_status_success)) function | rocblas_get_vector_async_c8_rank_0 (n, x, incx, y, incy, stream) |
integer(kind(rocblas_status_success)) function | rocblas_get_vector_async_c8_full_rank (n, x, incx, y, incy, stream) |
Member Function/Subroutine Documentation
◆ rocblas_get_vector_async_()
integer(kind(rocblas_status_success)) function hipfort_rocblas_auxiliary::rocblas_get_vector_async::rocblas_get_vector_async_ | ( | 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 | ||
) |
◆ rocblas_get_vector_async_c4_full_rank()
integer(kind(rocblas_status_success)) function hipfort_rocblas_auxiliary::rocblas_get_vector_async::rocblas_get_vector_async_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 | ||
) |
◆ rocblas_get_vector_async_c4_rank_0()
integer(kind(rocblas_status_success)) function hipfort_rocblas_auxiliary::rocblas_get_vector_async::rocblas_get_vector_async_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 | ||
) |
◆ rocblas_get_vector_async_c8_full_rank()
integer(kind(rocblas_status_success)) function hipfort_rocblas_auxiliary::rocblas_get_vector_async::rocblas_get_vector_async_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 | ||
) |
◆ rocblas_get_vector_async_c8_rank_0()
integer(kind(rocblas_status_success)) function hipfort_rocblas_auxiliary::rocblas_get_vector_async::rocblas_get_vector_async_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 | ||
) |
◆ rocblas_get_vector_async_i4_full_rank()
integer(kind(rocblas_status_success)) function hipfort_rocblas_auxiliary::rocblas_get_vector_async::rocblas_get_vector_async_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 | ||
) |
◆ rocblas_get_vector_async_i4_rank_0()
integer(kind(rocblas_status_success)) function hipfort_rocblas_auxiliary::rocblas_get_vector_async::rocblas_get_vector_async_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 | ||
) |
◆ rocblas_get_vector_async_i8_full_rank()
integer(kind(rocblas_status_success)) function hipfort_rocblas_auxiliary::rocblas_get_vector_async::rocblas_get_vector_async_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 | ||
) |
◆ rocblas_get_vector_async_i8_rank_0()
integer(kind(rocblas_status_success)) function hipfort_rocblas_auxiliary::rocblas_get_vector_async::rocblas_get_vector_async_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 | ||
) |
◆ rocblas_get_vector_async_l_full_rank()
integer(kind(rocblas_status_success)) function hipfort_rocblas_auxiliary::rocblas_get_vector_async::rocblas_get_vector_async_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 | ||
) |
◆ rocblas_get_vector_async_l_rank_0()
integer(kind(rocblas_status_success)) function hipfort_rocblas_auxiliary::rocblas_get_vector_async::rocblas_get_vector_async_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 | ||
) |
◆ rocblas_get_vector_async_r4_full_rank()
integer(kind(rocblas_status_success)) function hipfort_rocblas_auxiliary::rocblas_get_vector_async::rocblas_get_vector_async_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 | ||
) |
◆ rocblas_get_vector_async_r4_rank_0()
integer(kind(rocblas_status_success)) function hipfort_rocblas_auxiliary::rocblas_get_vector_async::rocblas_get_vector_async_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 | ||
) |
◆ rocblas_get_vector_async_r8_full_rank()
integer(kind(rocblas_status_success)) function hipfort_rocblas_auxiliary::rocblas_get_vector_async::rocblas_get_vector_async_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 | ||
) |
◆ rocblas_get_vector_async_r8_rank_0()
integer(kind(rocblas_status_success)) function hipfort_rocblas_auxiliary::rocblas_get_vector_async::rocblas_get_vector_async_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: