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

Threading using OpenMP #2

Open
zerothi opened this issue Oct 11, 2016 · 1 comment
Open

Threading using OpenMP #2

zerothi opened this issue Oct 11, 2016 · 1 comment
Assignees
Milestone

Comments

@zerothi
Copy link
Member

zerothi commented Oct 11, 2016

The library needs orphaned openmp statements for threading purposes.

I suggest we use OMP tasks for the majority of the uses. In certain cases this may be overkill, but for sparse patterns this is probably the best choice due to load-balance issues arising from unequal number of elements per row/column.

@zerothi zerothi added this to the Threading milestone Oct 11, 2016
@zerothi zerothi self-assigned this Oct 11, 2016
@zerothi
Copy link
Member Author

zerothi commented Nov 2, 2016

Although 4.X is rather new I think it should be applicable for the buds library.

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

No branches or pull requests

1 participant