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

scan clause for do concurrent reduce #224

Open
brandongc opened this issue Aug 25, 2021 · 1 comment
Open

scan clause for do concurrent reduce #224

brandongc opened this issue Aug 25, 2021 · 1 comment
Labels
Clause 11 Standard Clause 11: Execution control

Comments

@brandongc
Copy link

OpenMP has a scan clause for reductions.

There is some nontrivial design space in good concurrent implementations of this primitive:

@certik
Copy link
Member

certik commented Aug 25, 2021

Indeed, I have heard from multiple people that we should consider adding it. Kokkos has it too: https://github.com/kokkos/kokkos/wiki/Kokkos::parallel_scan

@certik certik added the Clause 11 Standard Clause 11: Execution control label Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clause 11 Standard Clause 11: Execution control
Projects
None yet
Development

No branches or pull requests

2 participants