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

Go to the source code of this file.

Data Structures

class  cub::WarpScan< T, LOGICAL_WARP_THREADS, PTX_ARCH >
 The WarpScan class provides collective methods for computing a parallel prefix scan of items partitioned across a CUDA thread warp. More...
 
struct  cub::WarpScan< T, LOGICAL_WARP_THREADS, PTX_ARCH >::TempStorage
 \smemstorage{WarpScan} More...
 

Namespaces

namespace  cub
 Optional outer namespace(s)
 

Detailed Description

The cub::WarpScan class provides collective methods for computing a parallel prefix scan of items partitioned across a CUDA thread warp.

Definition in file warp_scan.cuh.