Implement shift_left and shift_right
Open
thrust
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
`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.
Contributor guide
Assessment
This issue has not been assessed yet.