|
Simple GPU 1.0
Fortran GPU Computing Library with transparent CPU/GPU support
|
Download data from device (GPU) to host (CPU) More...
Download data from device (GPU) to host (CPU)
Transfers data from GPU memory to host memory. The host array dimensions must match the GPU array dimensions.
| [in] | device_arr | GPU array containing data to download |
| [out] | host_arr | Host array to receive data |
Definition at line 468 of file simple_gpu.F90.