devitocodes / devito

DSL and compiler framework for automated finite-differences and stencil computation
http://www.devitoproject.org
MIT License
536 stars 221 forks source link

compiler: Misc compiler improvements #2380

Closed FabioLuporini closed 4 weeks ago

FabioLuporini commented 4 weeks ago

Mostly to support new features in PRO

codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 78.83212% with 29 lines in your changes are missing coverage. Please review.

Project coverage is 86.83%. Comparing base (10963f3) to head (b6f1a08).

Files Patch % Lines
conftest.py 65.90% 14 Missing and 1 partial :warning:
devito/arch/archinfo.py 53.33% 7 Missing :warning:
devito/data/allocators.py 81.81% 4 Missing :warning:
devito/mpi/distributed.py 88.23% 2 Missing :warning:
devito/types/grid.py 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2380 +/- ## ========================================== - Coverage 86.87% 86.83% -0.05% ========================================== Files 234 234 Lines 43914 43982 +68 Branches 8109 8125 +16 ========================================== + Hits 38151 38191 +40 - Misses 5058 5085 +27 - Partials 705 706 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.