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

Improve inclusive/exclusive_scan() performance #32

Open
kylelutz opened this issue Dec 21, 2013 · 1 comment
Open

Improve inclusive/exclusive_scan() performance #32

kylelutz opened this issue Dec 21, 2013 · 1 comment

Comments

@kylelutz
Copy link
Collaborator

kylelutz commented Dec 21, 2013

Improve the performance of inclusive_scan() and exclusive_scan(). Scan multiple values per thread. This will also improve the performance of partial_sum().

@banche
Copy link
Contributor

banche commented May 19, 2014

I will give a look at this week, as far as I remember a quite efficient scan can be done in 3 distinct steps : Up-Sweep, Down-Sweep and then compute the final result ( or something like that).

Hope I can improve the performances!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants