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

[FEA]: Add support for inclusive scan in cuda.parallel #4145

Open
1 task done
NaderAlAwar opened this issue Mar 14, 2025 · 0 comments · May be fixed by #4147
Open
1 task done

[FEA]: Add support for inclusive scan in cuda.parallel #4145

NaderAlAwar opened this issue Mar 14, 2025 · 0 comments · May be fixed by #4147
Assignees
Labels
feature request New feature or request.

Comments

@NaderAlAwar
Copy link
Contributor

Is this a duplicate?

Area

cuda.parallel (Python)

Is your feature request related to a problem? Please describe.

Currently, the scan algorithm in cuda.parallel only does exclusive scans, see this template argument to dispatch in c.parallel

cub::ForceInclusive::No,

We should allow the user to use inclusive scan as well

Describe the solution you'd like

We could either have different functions for inclusive and exclusive scan or we can have a run-time argument to specify which one to cal

Describe alternatives you've considered

No response

Additional context

No response

@NaderAlAwar NaderAlAwar added the feature request New feature or request. label Mar 14, 2025
@github-project-automation github-project-automation bot moved this to Todo in CCCL Mar 14, 2025
@NaderAlAwar NaderAlAwar self-assigned this Mar 14, 2025
@NaderAlAwar NaderAlAwar linked a pull request Mar 14, 2025 that will close this issue
2 tasks
@cccl-authenticator-app cccl-authenticator-app bot moved this from Todo to In Review in CCCL Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request.
Projects
Status: In Review
Development

Successfully merging a pull request may close this issue.

1 participant