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

2-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.
 

Detailed Description

2-dimensional array of single precision values

Definition at line 100 of file simple_gpu.F90.

Member Data Documentation

◆ c

type(c_ptr) gpu::gpu_real2::c

C pointer to GPU/CPU memory.

Definition at line 101 of file simple_gpu.F90.

◆ f

real, dimension(:,:), pointer gpu::gpu_real2::f

Fortran pointer for array access.

Definition at line 102 of file simple_gpu.F90.


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