OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
agent_scan.cuh File Reference

Go to the source code of this file.

Data Structures

struct  cub::AgentScanPolicy< _BLOCK_THREADS, _ITEMS_PER_THREAD, _LOAD_ALGORITHM, _LOAD_MODIFIER, _STORE_ALGORITHM, _SCAN_ALGORITHM >
 < The BlockScan algorithm to use More...
 
struct  cub::AgentScan< AgentScanPolicyT, InputIteratorT, OutputIteratorT, ScanOpT, InitValueT, OffsetT >
 AgentScan implements a stateful abstraction of CUDA thread blocks for participating in device-wide prefix scan . More...
 
union  cub::AgentScan< AgentScanPolicyT, InputIteratorT, OutputIteratorT, ScanOpT, InitValueT, OffsetT >::_TempStorage
 
struct  cub::AgentScan< AgentScanPolicyT, InputIteratorT, OutputIteratorT, ScanOpT, InitValueT, OffsetT >::TempStorage
 

Namespaces

namespace  cub
 Optional outer namespace(s)
 

Detailed Description

cub::AgentScan implements a stateful abstraction of CUDA thread blocks for participating in device-wide prefix scan .

Definition in file agent_scan.cuh.