#include "../../thread/thread_operators.cuh"#include "../../util_type.cuh"#include "../../util_ptx.cuh"#include "../../util_namespace.cuh"Go to the source code of this file.
Data Structures | |
| struct | cub::WarpScanShfl< T, LOGICAL_WARP_THREADS, PTX_ARCH > |
| WarpScanShfl provides SHFL-based variants of parallel prefix scan of items partitioned across a CUDA thread warp. More... | |
| struct | cub::WarpScanShfl< T, LOGICAL_WARP_THREADS, PTX_ARCH >::IntegerTraits< S > |
| struct | cub::WarpScanShfl< T, LOGICAL_WARP_THREADS, PTX_ARCH >::TempStorage |
| Shared memory storage layout type. More... | |
Namespaces | |
| namespace | cub |
| Optional outer namespace(s) | |
cub::WarpScanShfl provides SHFL-based variants of parallel prefix scan of items partitioned across a CUDA thread warp.
Definition in file warp_scan_shfl.cuh.