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

migrate the thrust algorithms to cuda::std with using declarations in ::thrust #2820

Open
36 tasks
ericniebler opened this issue Nov 14, 2024 · 0 comments
Open
36 tasks

Comments

@ericniebler
Copy link
Collaborator

  • adjacent_difference
  • advance
  • binary_search
  • copy
  • count
  • distance
  • equal
  • fill
  • find
  • for_each
  • generate
  • includes
  • inner_product
  • is_sorted
  • merge
  • mismatch
  • random
  • reduce
  • remove
  • replace
  • reverse
  • inclusive_scan
  • exclusive_scan
  • set_difference
  • set_intersection
  • set_symmetric_difference
  • set_union
  • shuffle
  • sort
  • transform
  • transform_inclusive_scan
  • transform_exclusive_scan
  • transform_reduce
  • uninitialized_copy
  • uninitialized_fill
  • unique
@github-project-automation github-project-automation bot moved this to Todo in CCCL Nov 14, 2024
@ericniebler ericniebler changed the title migrate the thrust algorithms to cuda::std with using declarations migrate the thrust algorithms to cuda::std with using declarations in ::thrust Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant