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

TVB-2719 Add parallelism using OpenMP #65

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open

TVB-2719 Add parallelism using OpenMP #65

wants to merge 1 commit into from

Conversation

ayan-b
Copy link
Member

@ayan-b ayan-b commented Aug 26, 2020

Closes #10

@codecov
Copy link

codecov bot commented Aug 26, 2020

Codecov Report

Merging #65 into trunk will increase coverage by 2.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            trunk      #65      +/-   ##
==========================================
+ Coverage   75.31%   77.33%   +2.02%     
==========================================
  Files           9        9              
  Lines        1203     1209       +6     
==========================================
+ Hits          906      935      +29     
+ Misses        297      274      -23     
Flag Coverage Δ
#cpp 76.33% <100.00%> (+2.59%) ⬆️
#python 100.00% <100.00%> (ø)

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

Impacted Files Coverage Δ
gdist.pyx 100.00% <100.00%> (ø)
geodesic_library/geodesic_utils.h 97.67% <100.00%> (+3.92%) ⬆️
...odesic_library/geodesic_algorithm_exact_elements.h 57.41% <0.00%> (+0.64%) ⬆️
geodesic_library/geodesic_algorithm_exact.h 74.48% <0.00%> (+2.41%) ⬆️
geodesic_library/geodesic_algorithm_base.h 74.28% <0.00%> (+5.71%) ⬆️
geodesic_library/geodesic_memory.h 100.00% <0.00%> (+11.76%) ⬆️

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 da65c40...2d3505f. Read the comment docs.

@ayan-b ayan-b changed the title TVB-2718 Add parallelism using OpenMP TVB-2719 Add parallelism using OpenMP Aug 26, 2020
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.

Use Cython parallel
1 participant