Searched refs:for_each_kernel (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/compute/algorithm/ |
D | for_each.hpp | 27 struct for_each_kernel : public meta_kernel struct 29 for_each_kernel(InputIterator first, InputIterator last, Function function) in for_each_kernel() argument 62 detail::for_each_kernel<InputIterator, UnaryFunction> kernel(first, last, function); in for_each()
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/ |
D | for_each.hpp | 27 struct for_each_kernel : public meta_kernel struct 29 for_each_kernel(InputIterator first, InputIterator last, Function function) in for_each_kernel() argument 62 detail::for_each_kernel<InputIterator, UnaryFunction> kernel(first, last, function); in for_each()
|