|
Simple GPU 1.0
Fortran GPU Computing Library with transparent CPU/GPU support
|
Copy data between GPU arrays. More...
Copy data between GPU arrays.
Copies data from one GPU array to another. Both arrays must have the same dimensions and type.
| [in] | src | Source GPU array |
| [out] | dest | Destination GPU array |
Definition at line 500 of file simple_gpu.F90.