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: Minor tweaks for elastic code gen #2453

Merged
merged 6 commits into from
Sep 27, 2024

compiler: Fix toposort to account for fences

7aec615
Select commit
Loading
Failed to load commit list.
Merged

compiler: Minor tweaks for elastic code gen #2453

compiler: Fix toposort to account for fences
7aec615
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 26, 2024 in 0s

87.01% (target 1.00%)

View this Pull Request on Codecov

87.01% (target 1.00%)

Details

Codecov Report

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

Project coverage is 87.01%. Comparing base (25d87fc) to head (7aec615).

Files with missing lines Patch % Lines
devito/symbolics/manipulation.py 50.00% 3 Missing ⚠️
devito/arch/compiler.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2453      +/-   ##
==========================================
- Coverage   87.01%   87.01%   -0.01%     
==========================================
  Files         239      239              
  Lines       44995    45023      +28     
  Branches     8399     8404       +5     
==========================================
+ Hits        39153    39176      +23     
- Misses       5109     5114       +5     
  Partials      733      733              

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