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

Support calling algorithms for partitions #38

Open
kordejong opened this issue Nov 6, 2015 · 0 comments
Open

Support calling algorithms for partitions #38

kordejong opened this issue Nov 6, 2015 · 0 comments

Comments

@kordejong
Copy link
Member

Slope is implemented in terms of other algorithms (convolve, divide, pow, sqrt). When slope is called for parallel execution, each of these algorithms represents a synchronisation point. It would be better to have slope call itself for each partition that is calculated in parallel, and have each sub-slope call execute until the end. Then the end of the slope call itself will be a single synchronisation point, which is an improvement.

This work is necessary to get rid of synchronization points in general, when combining algorithms.

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

1 participant