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

Refactor thrust::partition_copy and thrust::stable_partition_copy to use DevicePartition #1397

Closed
3 tasks done
elstehle opened this issue Feb 19, 2024 · 0 comments · Fixed by #1435
Closed
3 tasks done
Assignees

Comments

@elstehle
Copy link
Contributor

elstehle commented Feb 19, 2024

  • Extend AgentSelectIf to take two distinct iterators: (1) one for the selected and (2) one for the rejected items.
  • Refactor thrust::partition_copy and thrust::stable_partition_copy to use DevicePartition
  • Add tests for large number of items for stable_sort_copy
@github-project-automation github-project-automation bot moved this to Todo in CCCL Feb 19, 2024
@elstehle elstehle self-assigned this Feb 19, 2024
@elstehle elstehle changed the title Refactor thrust::partition_copy and thrust::stable_partition_copy to use DevicePartition (requires extending AgentSelectIf for two distinct iterators (1) selected & (2) rejected) Refactor thrust::partition_copy and thrust::stable_partition_copy to use DevicePartition Feb 19, 2024
@elstehle elstehle moved this from Todo to In Progress in CCCL Feb 25, 2024
@elstehle elstehle moved this from In Progress to In Review in CCCL Feb 26, 2024
@github-project-automation github-project-automation bot moved this from In Review to Done in CCCL Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant