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: Revamp lowering of IndexDerivatives #2208

Merged
merged 79 commits into from
Oct 16, 2023

api: cleanup fd transpose implementation

c1ebe2f
Select commit
Loading
Failed to load commit list.
Merged

compiler: Revamp lowering of IndexDerivatives #2208

api: cleanup fd transpose implementation
c1ebe2f
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Oct 13, 2023 in 0s

86.91% (target 1.00%)

View this Pull Request on Codecov

86.91% (target 1.00%)

Details

Codecov Report

Merging #2208 (c1ebe2f) into master (b6f7308) will decrease coverage by 0.14%.
The diff coverage is 85.45%.

@@            Coverage Diff             @@
##           master    #2208      +/-   ##
==========================================
- Coverage   87.04%   86.91%   -0.14%     
==========================================
  Files         229      229              
  Lines       40955    41545     +590     
  Branches     7498     7660     +162     
==========================================
+ Hits        35648    36107     +459     
- Misses       4695     4816     +121     
- Partials      612      622      +10     
Files Coverage Δ
devito/core/operator.py 85.16% <100.00%> (ø)
devito/finite_differences/finite_difference.py 100.00% <100.00%> (+1.92%) ⬆️
devito/finite_differences/tools.py 92.85% <100.00%> (-0.87%) ⬇️
devito/ir/clusters/algorithms.py 97.29% <100.00%> (+0.17%) ⬆️
devito/ir/clusters/visitors.py 90.08% <100.00%> (-2.55%) ⬇️
devito/ir/equations/algorithms.py 100.00% <100.00%> (ø)
devito/ir/equations/equation.py 89.47% <100.00%> (ø)
devito/ir/iet/nodes.py 92.05% <ø> (ø)
devito/ir/stree/algorithms.py 91.55% <100.00%> (ø)
devito/ir/support/__init__.py 100.00% <100.00%> (ø)
... and 48 more

... and 3 files with indirect coverage changes