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