|
Simple GPU 1.0
Fortran GPU Computing Library with transparent CPU/GPU support
|
3-dimensional array of single precision values More...
Public Attributes | |
| type(c_ptr) | c |
| C pointer to GPU/CPU memory. | |
| real, dimension(:,:,:), pointer | f |
| Fortran pointer for array access. | |
3-dimensional array of single precision values
Definition at line 106 of file simple_gpu.F90.
| type(c_ptr) gpu::gpu_real3::c |
C pointer to GPU/CPU memory.
Definition at line 107 of file simple_gpu.F90.
| real, dimension(:,:,:), pointer gpu::gpu_real3::f |
Fortran pointer for array access.
Definition at line 108 of file simple_gpu.F90.