|
Simple GPU 1.0
Fortran GPU Computing Library with transparent CPU/GPU support
|
Public Member Functions | |
| subroutine | gpu_dgeam_c (handle, transa, transb, m, n, alpha, a, lda, beta, b, ldb, c, ldc) |
Definition at line 273 of file simple_gpu.F90.
| subroutine gpu::gpu_dgeam_c::gpu_dgeam_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_double), intent(in) | alpha, | ||
| real(c_double) | a, | ||
| integer(c_int64_t), intent(in), value | lda, | ||
| real(c_double), intent(in) | beta, | ||
| real(c_double) | b, | ||
| integer(c_int64_t), intent(in), value | ldb, | ||
| real(c_double) | c, | ||
| integer(c_int64_t), intent(in), value | ldc | ||
| ) |
Definition at line 273 of file simple_gpu.F90.