devitocodes / devito

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

compiler: Make code gen of elementary funcs dtype-aware #2349

Closed FabioLuporini closed 2 months ago

FabioLuporini commented 2 months ago

cos(np.float32) now generates cosf(...)

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 90.32258% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 79.44%. Comparing base (3a8c46e) to head (3c8edea).

Files Patch % Lines
devito/symbolics/printer.py 88.23% 2 Missing :warning:
devito/symbolics/inspection.py 83.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2349 +/- ## ======================================= Coverage 79.44% 79.44% ======================================= Files 232 232 Lines 43587 43607 +20 Branches 8070 8072 +2 ======================================= + Hits 34629 34645 +16 - Misses 8202 8206 +4 Partials 756 756 ```

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

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

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB