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: Adjust names used for cire-rotate dimensions #2305

Closed EdCaunt closed 4 months ago

EdCaunt commented 4 months ago

SubDimensions with long names produce ugly iteration variables in the generated C when combined with cire-rotate due to a naming convention that repeats the dimension name. This PR introduces a shorter naming convention.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (747c0fe) 86.69% compared to head (d216ead) 86.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2305 +/- ## ======================================= Coverage 86.69% 86.70% ======================================= Files 229 229 Lines 43043 43043 Branches 7983 7983 ======================================= + Hits 37318 37320 +2 + Misses 5034 5032 -2 Partials 691 691 ```

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

review-notebook-app[bot] commented 4 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB