Home
last modified time | relevance | path

Searched defs:cuda_greater (Results 1 – 1 of 1) sorted by relevance

/dports/devel/taskflow/taskflow-3.2.0/taskflow/cuda/
H A Dcuda_meta.hpp447 struct cuda_greater : public std::binary_function<T, T, T> { struct
448 __device__ T operator()(T a, T b) const { return a > b; } in operator ()()