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

[ENH] Add OpenMP support #260

Merged
merged 9 commits into from Aug 20, 2020
Merged

[ENH] Add OpenMP support #260

merged 9 commits into from Aug 20, 2020

Conversation

mbeyeler
Copy link
Member

This PR adds optional OpenMP support for all platforms: if available, runs code in parallel, else behavior is unchanged (see issue #138).

@codecov-commenter
Copy link

codecov-commenter commented Aug 19, 2020

Codecov Report

Merging #260 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #260   +/-   ##
=======================================
  Coverage   93.20%   93.20%           
=======================================
  Files          74       74           
  Lines        6227     6227           
=======================================
  Hits         5804     5804           
  Misses        423      423           
Flag Coverage Δ
#unittests 93.20% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6d9ef31...fe32547. Read the comment docs.

@mbeyeler mbeyeler added this to the v0.7 milestone Aug 19, 2020
@mbeyeler mbeyeler merged commit 4ea3827 into pulse2percept:master Aug 20, 2020
@mbeyeler mbeyeler deleted the openmp branch August 20, 2020 14:52
@mbeyeler mbeyeler linked an issue Aug 22, 2020 that may be closed by this pull request
@mbeyeler mbeyeler mentioned this pull request Apr 5, 2021
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.

Cython parallelism with OpenMP
2 participants