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

Go to the source code of this file.

Data Structures

struct  cub::BlockRakingLayout< T, BLOCK_THREADS, PTX_ARCH >
 BlockRakingLayout provides a conflict-free shared memory layout abstraction for 1D raking across thread block data. More...
 
struct  cub::BlockRakingLayout< T, BLOCK_THREADS, PTX_ARCH >::TempStorage
 Alias wrapper allowing storage to be unioned. More...
 

Namespaces

namespace  cub
 Optional outer namespace(s)
 

Detailed Description

cub::BlockRakingLayout provides a conflict-free shared memory layout abstraction for warp-raking across thread block data.

Definition in file block_raking_layout.cuh.