OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
single_pass_scan_operators.cuh File Reference
#include <iterator>
#include "../thread/thread_load.cuh"
#include "../thread/thread_store.cuh"
#include "../warp/warp_reduce.cuh"
#include "../util_arch.cuh"
#include "../util_device.cuh"
#include "../util_namespace.cuh"

Go to the source code of this file.

Data Structures

struct  cub::BlockScanRunningPrefixOp< T, ScanOpT >
 < Wrapped scan operator type More...
 
struct  cub::ScanTileState< T, true >
 
struct  cub::ScanTileState< T, true >::TileDescriptor
 
struct  cub::ScanTileState< T, false >
 
struct  cub::ReduceByKeyScanTileState< ValueT, KeyT, false >
 
struct  cub::ReduceByKeyScanTileState< ValueT, KeyT, true >
 
struct  cub::ReduceByKeyScanTileState< ValueT, KeyT, true >::TileDescriptorBigStatus
 
struct  cub::ReduceByKeyScanTileState< ValueT, KeyT, true >::TileDescriptorLittleStatus
 
struct  cub::TilePrefixCallbackOp< T, ScanOpT, ScanTileStateT, PTX_ARCH >
 
struct  cub::TilePrefixCallbackOp< T, ScanOpT, ScanTileStateT, PTX_ARCH >::_TempStorage
 
struct  cub::TilePrefixCallbackOp< T, ScanOpT, ScanTileStateT, PTX_ARCH >::TempStorage
 

Namespaces

namespace  cub
 Optional outer namespace(s)
 

Enumerations

enum  cub::ScanTileStatus { SCAN_TILE_OOB , SCAN_TILE_INVALID = 99 , SCAN_TILE_PARTIAL , SCAN_TILE_INCLUSIVE }
 

Detailed Description

Callback operator types for supplying BlockScan prefixes

Definition in file single_pass_scan_operators.cuh.