OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cub::BlockScanWarpScans< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::Aliasable Union Reference

Detailed Description

template<typename T, int BLOCK_DIM_X, int BLOCK_DIM_Y, int BLOCK_DIM_Z, int PTX_ARCH>
union cub::BlockScanWarpScans< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::Aliasable

Definition at line 88 of file block_scan_warp_scans3.cuh.

Data Fields

Uninitialized< OuterScanArray > outer_warp_scan
 Buffer for warp-synchronous outer scans.
 
InnerWarpScanT::TempStorage inner_warp_scan
 Buffer for warp-synchronous inner scan.
 

Field Documentation

◆ inner_warp_scan

template<typename T , int BLOCK_DIM_X, int BLOCK_DIM_Y, int BLOCK_DIM_Z, int PTX_ARCH>
InnerWarpScanT::TempStorage cub::BlockScanWarpScans< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::Aliasable::inner_warp_scan

Buffer for warp-synchronous inner scan.

Definition at line 91 of file block_scan_warp_scans3.cuh.

◆ outer_warp_scan

template<typename T , int BLOCK_DIM_X, int BLOCK_DIM_Y, int BLOCK_DIM_Z, int PTX_ARCH>
Uninitialized<OuterScanArray> cub::BlockScanWarpScans< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::Aliasable::outer_warp_scan

Buffer for warp-synchronous outer scans.

Definition at line 90 of file block_scan_warp_scans3.cuh.


The documentation for this union was generated from the following file: