Proof-of-concept parallel ranges algorithms
Open
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
### Tasks
- [ ] Create `cuda::ranges::for_each` overload with execution policy
- [ ] Implement basic `cuda::execution::openmp` parallel CPU backend
- [ ] Add tests for ranges where the input size is unknown a priori (take_while, drop_while)
- [ ] Add tests for all `random_access_range` views for `ranges::for_each(cuda::execution::openmp, ...)`
Contributor guide
Assessment
This issue has not been assessed yet.