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

compiler: Revamp code generation for asynchronous operations #2376

Merged
merged 58 commits into from
Jun 18, 2024

misc: Improve performance summary

0decbb2
Select commit
Loading
Failed to load commit list.
Merged

compiler: Revamp code generation for asynchronous operations #2376

misc: Improve performance summary
0decbb2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 18, 2024 in 0s

86.77% (target 1.00%)

View this Pull Request on Codecov

86.77% (target 1.00%)

Details

Codecov Report

Attention: Patch coverage is 61.75772% with 483 lines in your changes missing coverage. Please review.

Project coverage is 86.77%. Comparing base (210f899) to head (0decbb2).

Files Patch % Lines
devito/passes/clusters/asynchrony.py 9.77% 157 Missing ⚠️
devito/passes/iet/asynchrony.py 9.47% 86 Missing ⚠️
devito/passes/iet/engine.py 45.00% 29 Missing and 4 partials ⚠️
devito/passes/iet/orchestration.py 25.00% 33 Missing ⚠️
devito/passes/clusters/buffering.py 88.50% 15 Missing and 15 partials ⚠️
devito/passes/clusters/implicit.py 72.81% 25 Missing and 3 partials ⚠️
tests/test_gpu_common.py 0.00% 23 Missing ⚠️
devito/core/gpu.py 30.00% 14 Missing ⚠️
devito/operator/operator.py 54.16% 9 Missing and 2 partials ⚠️
devito/ir/support/syncs.py 67.74% 10 Missing ⚠️
... and 18 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2376      +/-   ##
==========================================
- Coverage   86.81%   86.77%   -0.05%     
==========================================
  Files         234      234              
  Lines       44004    44245     +241     
  Branches     8127     8181      +54     
==========================================
+ Hits        38204    38393     +189     
- Misses       5093     5137      +44     
- Partials      707      715       +8     

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