Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing algorithms #313

Open
AlexVlx opened this issue Jul 20, 2023 · 0 comments
Open

Missing algorithms #313

AlexVlx opened this issue Jul 20, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@AlexVlx
Copy link
Contributor

AlexVlx commented Jul 20, 2023

The following algorithms appear to be missing, even though they are all part of the so called ParallelSTL set of standard algorithms:

  1. adjacent_find
  2. find_end
  3. find_first_of
  4. inplace_merge
  5. is_heap
  6. is_heap_until
  7. lexicographical_compare
  8. nth_element
  9. partial_sort
  10. partial_sort_copy
  11. rotate
  12. rotate_copy
  13. search
  14. search_n
  15. shift_left
  16. shift_right
  17. uninitialized_default_construct
  18. uninitialized_default_construct_n
  19. uninitialized_move
  20. uninitialized_move_n
  21. uninitialized_value_construct
  22. uninitialized_value_construct_n

Whilst these are not currently exposed in thrust itself, it might be opportune to seize the initiative, as many of the above are both useful and used. Thank you.

@AlexVlx AlexVlx added the enhancement New feature or request label Jul 20, 2023
@stanleytsang-amd stanleytsang-amd self-assigned this Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants