OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
device_grid< dim > Struct Template Reference

Detailed Description

template<unsigned int dim>
struct device_grid< dim >

Definition at line 475 of file map_grid.hpp.

Data Fields

dim3_ threads
 number of treads in each block
 
dim3_ grids
 number of grid for the kernel execution
 

Field Documentation

◆ grids

template<unsigned int dim>
dim3_ device_grid< dim >::grids

number of grid for the kernel execution

Definition at line 481 of file map_grid.hpp.

◆ threads

template<unsigned int dim>
dim3_ device_grid< dim >::threads

number of treads in each block

Definition at line 478 of file map_grid.hpp.


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