thrust icon indicating copy to clipboard operation
thrust copied to clipboard

Implement shift_left and shift_right

Open dkolsen-pgi opened this issue 4 years ago • 1 comments

shift_left and shift_right are two new standard algorithms with parallel overloads that were added in C++20.

https://en.cppreference.com/w/cpp/algorithm/shift

In the interest of completeness, it would be nice if Thrust implemented these two new algorithms.

dkolsen-pgi avatar Jul 11 '21 02:07 dkolsen-pgi

I will give this a try to familiarize a bit better with thrust.

Note to past self: push branches before handing back a machine

miscco avatar Jul 05 '22 13:07 miscco