|
Simple GPU 1.0
Fortran GPU Computing Library with transparent CPU/GPU support
|
Upload data to GPU (C binding) More...
Public Member Functions | |
| subroutine | gpu_upload_c (cpu_ptr, gpu_ptr, n) |
Upload data to GPU (C binding)
Definition at line 202 of file simple_gpu.F90.
| subroutine gpu::gpu_upload_c::gpu_upload_c | ( | type(c_ptr), value | cpu_ptr, |
| type(c_ptr), value | gpu_ptr, | ||
| integer(c_int64_t), value | n | ||
| ) |
Definition at line 202 of file simple_gpu.F90.