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

Implement work-stealing queue approach to speed up parallel reduction #86

Closed
wants to merge 2 commits into from

Conversation

FranchuFranchu
Copy link
Contributor

A port of #42 to the new codebase.

@HigherOrderBot
Copy link
Collaborator

Perf run for a43dcfa:

file              mode        main          a43dcfa57c9d
========================================================
sum_rec           intr-singl      14.018 s      15.381 s
                  intr-multi       7.324 s       7.109 s
--------------------------------------------------------
bitonic_sort_lam  intr-singl      11.051 s      11.747 s
                  intr-multi       5.562 s       6.019 s
--------------------------------------------------------
merge_sort        intr-singl       7.387 s       7.567 s
                  intr-multi       3.660 s       4.142 s
--------------------------------------------------------
sum_tail          intr-singl       1.136 s       1.186 s
                  intr-multi       1.128 s       1.180 s
--------------------------------------------------------
c2                intr-singl       0.000 s       0.000 s
                  intr-multi       0.001 s       0.001 s
--------------------------------------------------------
sum_tree          intr-singl       9.113 s       9.837 s
                  intr-multi       4.314 s       4.789 s
--------------------------------------------------------
boom              intr-singl       2.232 s              
                  intr-multi       2.463 s       1.738 s
--------------------------------------------------------
radix_sort_lam    intr-singl       9.355 s      10.192 s
                  intr-multi       4.904 s       5.460 s

@tjjfvi tjjfvi closed this May 27, 2024
@tjjfvi tjjfvi deleted the work-stealing branch May 27, 2024 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants