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

Make thrust::discard_iterator's value_type void #3399

Open
Tracked by #101
bernhardmgruber opened this issue Jan 15, 2025 · 0 comments · May be fixed by #3400
Open
Tracked by #101

Make thrust::discard_iterator's value_type void #3399

bernhardmgruber opened this issue Jan 15, 2025 · 0 comments · May be fixed by #3400
Assignees

Comments

@bernhardmgruber
Copy link
Contributor

bernhardmgruber commented Jan 15, 2025

thrust::discard_iterator's value_type is any_assign, and not void. However, this is necessary to allow replacing cub::DiscardOutputIterator by thrust::discard_iterator.

@github-project-automation github-project-automation bot moved this to Todo in CCCL Jan 15, 2025
bernhardmgruber added a commit to bernhardmgruber/cccl that referenced this issue Jan 15, 2025
@bernhardmgruber bernhardmgruber linked a pull request Jan 15, 2025 that will close this issue
@cccl-authenticator-app cccl-authenticator-app bot moved this from Todo to In Progress in CCCL Jan 15, 2025
@bernhardmgruber bernhardmgruber self-assigned this Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant