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

Add scan_op support to cuda.coop block_scan routines. #4310

Open
tpn opened this issue Apr 1, 2025 · 0 comments
Open

Add scan_op support to cuda.coop block_scan routines. #4310

tpn opened this issue Apr 1, 2025 · 0 comments
Assignees
Labels
3.0 Targeted for 3.0 release cuda.cooperative For all items related to the cuda.cooperative Python module

Comments

@tpn
Copy link
Contributor

tpn commented Apr 1, 2025

Currently we only support sum (inclusive_sum, exclusive_sum), with the scan_op defaulting to addition. Fix this so that we export inclusive_scan and exclusive_scan routines that take a scan_op parameter.

@tpn tpn self-assigned this Apr 1, 2025
@github-project-automation github-project-automation bot moved this to Todo in CCCL Apr 1, 2025
@tpn tpn added 3.0 Targeted for 3.0 release cuda.cooperative For all items related to the cuda.cooperative Python module labels Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0 Targeted for 3.0 release cuda.cooperative For all items related to the cuda.cooperative Python module
Projects
Status: Todo
Development

No branches or pull requests

1 participant