CUB
|
Binary operator wrapper for switching non-commutative scan arguments.
Definition at line 209 of file thread_operators.cuh.
Public Methods | |
__host__ __device__ __forceinline__ | SwizzleScanOp (ScanOp scan_op) |
Constructor. | |
template<typename T > | |
__host__ __device__ __forceinline__ T | operator() (const T &a, const T &b) |
Switch the scan arguments. | |