hipblassetvector Interface Reference

hipblassetvector Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblassetvector Interface Reference
hipfort_hipblas::hipblassetvector Interface Reference

Copy vector from host to device. More...

Public Member Functions

integer(kind(hipblas_status_success)) function hipblassetvector_ (n, elemsize, x, incx, y, incy)
 

Detailed Description

Copy vector from host to device.

Parameters
[in]n- [int] number of elements in the vector.
[in]elemSize- [int] Size of both vectors in bytes.
[in]x- pointer to vector on the host.
[in]incx- [int] specifies the increment for the elements of the vector.
[out]y- pointer to vector on the device.
[in]incy- [int] specifies the increment for the elements of the vector.

Member Function/Subroutine Documentation

◆ hipblassetvector_()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblassetvector::hipblassetvector_ ( integer(c_int), value  n,
integer(c_int), value  elemsize,
type(c_ptr), value  x,
integer(c_int), value  incx,
type(c_ptr), value  y,
integer(c_int), value  incy 
)

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