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

Public Member Functions

subroutine gpu_ddot_c (handle, n, dx, incx, dy, incy, res)
 

Detailed Description

Definition at line 257 of file simple_gpu.F90.

Constructor & Destructor Documentation

◆ gpu_ddot_c()

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.


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