Home
last modified time | relevance | path

Searched refs:for_each_kernel (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/compute/algorithm/
Dfor_each.hpp27 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/
Dfor_each.hpp27 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()