|
CUB
|
Default max functor.
Definition at line 123 of file thread_operators.cuh.
Public Methods | |
| template<typename T > | |
| __host__ __device__ __forceinline__ T | operator() (const T &a, const T &b) const |
Boolean max operator, returns (a > b) ? a : b | |
1.8.4