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: Misc improvements to code generation #2516

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

compiler: Tweak topo-fusion

82fa700
Select commit
Loading
Failed to load commit list.
Open

compiler: Misc improvements to code generation #2516

compiler: Tweak topo-fusion
82fa700
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 14, 2025 in 0s

87.27% (target 1.00%)

View this Pull Request on Codecov

87.27% (target 1.00%)

Details

Codecov Report

Attention: Patch coverage is 76.92308% with 45 lines in your changes missing coverage. Please review.

Project coverage is 87.27%. Comparing base (603f6a7) to head (82fa700).

Files with missing lines Patch % Lines
devito/arch/archinfo.py 42.42% 19 Missing ⚠️
devito/ir/support/properties.py 76.74% 6 Missing and 4 partials ⚠️
devito/passes/clusters/misc.py 78.57% 5 Missing and 4 partials ⚠️
devito/arch/compiler.py 42.85% 4 Missing ⚠️
tests/test_mpi.py 60.00% 2 Missing ⚠️
devito/types/dense.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2516      +/-   ##
==========================================
- Coverage   87.29%   87.27%   -0.02%     
==========================================
  Files         238      238              
  Lines       45749    45875     +126     
  Branches     4059     4073      +14     
==========================================
+ Hits        39937    40039     +102     
- Misses       5127     5148      +21     
- Partials      685      688       +3     

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