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

misc: Switch off develop-mode #2280

Closed FabioLuporini closed 6 months ago

FabioLuporini commented 6 months ago

This was a legacy thing. Pointless.

In fact, potentially harmful for data transfer performance since aligned based addresses will result in higher performance with most device backends

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (b95947e) 86.82% compared to head (afc0612) 86.82%. Report is 3 commits behind head on master.

Files Patch % Lines
devito/data/allocators.py 60.00% 1 Missing and 1 partial :warning:
tests/test_data.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2280 +/- ## ========================================== - Coverage 86.82% 86.82% -0.01% ========================================== Files 229 229 Lines 42441 42453 +12 Branches 7868 7876 +8 ========================================== + Hits 36851 36859 +8 - Misses 4931 4941 +10 + Partials 659 653 -6 ```

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

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

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB