OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
grid_even_share.cuh File Reference
#include "../util_namespace.cuh"
#include "../util_macro.cuh"
#include "grid_mapping.cuh"

Go to the source code of this file.

Data Structures

struct  cub::GridEvenShare< OffsetT >
 GridEvenShare is a descriptor utility for distributing input among CUDA thread blocks in an "even-share" fashion. Each thread block gets roughly the same number of input tiles. More...
 

Namespaces

namespace  cub
 Optional outer namespace(s)
 

Detailed Description

cub::GridEvenShare is a descriptor utility for distributing input among CUDA thread blocks in an "even-share" fashion. Each thread block gets roughly the same number of fixed-size work units (grains).

Definition in file grid_even_share.cuh.