devitocodes / devito

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

compiler: Block reductions irrespective of par-tile #2309

Closed FabioLuporini closed 4 months ago

FabioLuporini commented 4 months ago

Test is in PRO

I also took the chance to create opt-options to allow specifying different par-tiles for reduction loops

codecov[bot] commented 4 months ago

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (8c86bc2) 86.71% compared to head (6df00ae) 86.69%.

Files Patch % Lines
devito/passes/clusters/blocking.py 40.00% 9 Missing and 3 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2309 +/- ## ========================================== - Coverage 86.71% 86.69% -0.03% ========================================== Files 229 229 Lines 42958 42978 +20 Branches 7958 7966 +8 ========================================== + Hits 37251 37259 +8 - Misses 5023 5032 +9 - Partials 684 687 +3 ```

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