Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 12, 2024

compiler: Make code gen of elementary funcs dtype-aware

3c8edea
Select commit
Loading
Failed to load commit list.
Merged

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

compiler: Make code gen of elementary funcs dtype-aware
3c8edea
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 11, 2024 in 0s

79.44% (target 1.00%)

View this Pull Request on Codecov

79.44% (target 1.00%)

Details

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 ⚠️
devito/symbolics/inspection.py 83.33% 1 Missing ⚠️
Additional details and impacted files
@@           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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.