devitocodes / devito

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

compiler: Introduce cluster-level Temp #2281

Closed georgebisbas closed 9 months ago

georgebisbas commented 9 months ago

A high-order TTI kernel resulted in requiring a mulsort between a "cluster-level" and a "devito" Temp, both having the same name and class name. This fix solves this issue. MFE test added. Not sure, if we would like to have a TTI so16 kernel to compile in testing

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (9810a8f) 86.82% compared to head (302e2cb) 86.83%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2281 +/- ## ======================================= Coverage 86.82% 86.83% ======================================= Files 229 229 Lines 42450 42461 +11 Branches 7870 7870 ======================================= + Hits 36858 36869 +11 Misses 4933 4933 Partials 659 659 ```

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

FabioLuporini commented 9 months ago

Minor comment left, otherwise GTG. Thanks

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

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB