|
Simple GPU 1.0
Fortran GPU Computing Library with transparent CPU/GPU support
|
Public Member Functions | |
| subroutine | gpu_ddot_c (handle, n, dx, incx, dy, incy, res) |
Definition at line 257 of file simple_gpu.F90.
| subroutine gpu::gpu_ddot_c::gpu_ddot_c | ( | type(c_ptr), intent(in), value | handle, |
| integer(c_int64_t), value | n, | ||
| type(c_ptr), value | dx, | ||
| integer(c_int64_t), value | incx, | ||
| type(c_ptr), value | dy, | ||
| integer(c_int64_t), value | incy, | ||
| real(c_double), intent(out) | res | ||
| ) |
Definition at line 257 of file simple_gpu.F90.