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

Transformations: "Parallel" sub-module with driver-level parallelilsation utilities #415

Merged
merged 18 commits into from
Nov 15, 2024

Parallel: Add missing recursion on remove_block_loops

2d361bc
Select commit
Loading
Failed to load commit list.
Merged

Transformations: "Parallel" sub-module with driver-level parallelilsation utilities #415

Parallel: Add missing recursion on remove_block_loops
2d361bc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 15, 2024 in 0s

93.23% (+0.07%) compared to 358fb60

View this Pull Request on Codecov

93.23% (+0.07%) compared to 358fb60

Details

Codecov Report

Attention: Patch coverage is 99.06542% with 4 lines in your changes missing coverage. Please review.

Project coverage is 93.23%. Comparing base (358fb60) to head (2d361bc).

Files with missing lines Patch % Lines
loki/transformations/parallel/openmp_region.py 97.89% 2 Missing ⚠️
loki/ir/pragma_utils.py 0.00% 1 Missing ⚠️
loki/transformations/parallel/field_api.py 98.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #415      +/-   ##
==========================================
+ Coverage   93.16%   93.23%   +0.07%     
==========================================
  Files         205      212       +7     
  Lines       39832    40259     +427     
==========================================
+ Hits        37109    37535     +426     
- Misses       2723     2724       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.