Simple GPU 1.0
Fortran GPU Computing Library with transparent CPU/GPU support
Loading...
Searching...
No Matches
gpu::gpu_sgemv_c Interface Reference

Public Member Functions

subroutine gpu_sgemv_c (handle, transa, m, n, alpha, a, lda, x, incx, beta, y, incy)
 

Detailed Description

Definition at line 303 of file simple_gpu.F90.

Constructor & Destructor Documentation

◆ gpu_sgemv_c()

subroutine gpu::gpu_sgemv_c::gpu_sgemv_c ( type(c_ptr), intent(in), value  handle,
character(c_char), intent(in)  transa,
integer(c_int64_t), intent(in), value  m,
integer(c_int64_t), intent(in), value  n,
real(c_float), intent(in)  alpha,
real(c_float)  a,
integer(c_int64_t), intent(in), value  lda,
real(c_float)  x,
integer(c_int64_t), intent(in), value  incx,
real(c_float), intent(in)  beta,
real(c_float)  y,
integer(c_int64_t), intent(in), value  incy 
)

Definition at line 303 of file simple_gpu.F90.


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