Implement memory algorithms
Open
thrust
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 487
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 296
Description
Several algorithms in `` that have parallel overloads in C++ are not implemented in Thrust: `destroy`, `destroy_n`, `uninitialized_move`, `uninitialized_move_n`, `uninitialized_default_construct`, `uninitialized_default_construct_n`, `uninitialized_value_construct`, and `uninitialized_value_construct_n`. These are not a high priority, but these are necessary if we want NVC++'s parallel algorithms support to be complete.
Contributor guide
Assessment
This issue has not been assessed yet.