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

Public Member Functions

subroutine gpu_sgeam_c (handle, transa, transb, m, n, alpha, a, lda, beta, b, ldb, c, ldc)
 

Detailed Description

Definition at line 283 of file simple_gpu.F90.

Constructor & Destructor Documentation

◆ gpu_sgeam_c()

subroutine gpu::gpu_sgeam_c::gpu_sgeam_c ( type(c_ptr), intent(in), value  handle,
character(c_char), intent(in)  transa,
character(c_char), intent(in)  transb,
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), intent(in)  beta,
real(c_float)  b,
integer(c_int64_t), intent(in), value  ldb,
real(c_float)  c,
integer(c_int64_t), intent(in), value  ldc 
)

Definition at line 283 of file simple_gpu.F90.


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