devitocodes / devito

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

arch: Avoid deprecated compiler flags #2461

Closed FabioLuporini closed 1 month ago

FabioLuporini commented 1 month ago

recent NVC has deprecated gpu=pinned and suggested to rather use what this patch uses

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 28.57143% with 5 lines in your changes missing coverage. Please review.

Project coverage is 87.17%. Comparing base (9548e67) to head (6054f29). Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
devito/arch/compiler.py 28.57% 4 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2461 +/- ## ========================================== - Coverage 87.18% 87.17% -0.01% ========================================== Files 239 239 Lines 45126 45131 +5 Branches 3997 3999 +2 ========================================== + Hits 39343 39344 +1 - Misses 5103 5106 +3 - Partials 680 681 +1 ```

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