CUB
|
The operations exposed by WarpScan require a temporary memory allocation of this nested type for thread communication. This opaque storage can be allocated directly using the __shared__
keyword. Alternatively, it can be aliased to externally allocated memory (shared or global) or union
'd with other storage allocation types to facilitate memory reuse.
Definition at line 190 of file warp_scan.cuh.
Additional Inherited Members | |
![]() | |
enum | |
typedef UnitWord< _TempStorage > ::DeviceWord | DeviceWord |
Biggest memory-access word that T is a whole multiple of and is not larger than the alignment of T. | |
![]() | |
__host__ __device__ __forceinline__ _TempStorage & | Alias () |
Alias. | |
![]() | |
DeviceWord | storage [WORDS] |
Backing storage. | |