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

Public Member Functions

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

Detailed Description

Definition at line 314 of file simple_gpu.F90.

Constructor & Destructor Documentation

◆ gpu_dgemm_c()

subroutine gpu::gpu_dgemm_c::gpu_dgemm_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,
integer(c_int64_t), intent(in), value  k,
real(c_double), intent(in)  alpha,
real(c_double)  a,
integer(c_int64_t), intent(in), value  lda,
real(c_double)  b,
integer(c_int64_t), intent(in), value  ldb,
real(c_double), intent(in)  beta,
real(c_double)  c,
integer(c_int64_t), intent(in), value  ldc 
)

Definition at line 314 of file simple_gpu.F90.


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