Simple GPU 1.0
Fortran GPU Computing Library with transparent CPU/GPU support
Loading...
Searching...
No Matches
gpu::gpu_double5 Type Reference

5-dimensional array of double precision values More...

Public Attributes

type(c_ptr) c
 C pointer to GPU/CPU memory.
 
double precision, dimension(:,:,:,:,:), pointer f
 Fortran pointer for array access.
 

Detailed Description

5-dimensional array of double precision values

Definition at line 78 of file simple_gpu.F90.

Member Data Documentation

◆ c

type(c_ptr) gpu::gpu_double5::c

C pointer to GPU/CPU memory.

Definition at line 79 of file simple_gpu.F90.

◆ f

double precision, dimension(:,:,:,:,:), pointer gpu::gpu_double5::f

Fortran pointer for array access.

Definition at line 80 of file simple_gpu.F90.


The documentation for this type was generated from the following file: