Skip to content

Sparse eq efunc lowering#2940

Draft
mloubout wants to merge 19 commits into
mainfrom
sparse-eq-efunc-lowering
Draft

Sparse eq efunc lowering#2940
mloubout wants to merge 19 commits into
mainfrom
sparse-eq-efunc-lowering

compiler: fix for kernel

f1b29be
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 26, 2026 in 0s

52.75% (target 1.00%)

View this Pull Request on Codecov

52.75% (target 1.00%)

Details

Codecov Report

❌ Patch coverage is 62.30469% with 193 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.75%. Comparing base (c01281c) to head (f1b29be).

Files with missing lines Patch % Lines
tests/test_interpolation.py 12.50% 63 Missing ⚠️
devito/passes/iet/sparse.py 75.73% 21 Missing and 12 partials ⚠️
tests/test_dle.py 0.00% 33 Missing ⚠️
tests/test_mpi.py 0.00% 25 Missing ⚠️
tests/test_caching.py 0.00% 8 Missing ⚠️
tests/test_dse.py 0.00% 8 Missing ⚠️
devito/operations/interpolators.py 91.02% 6 Missing and 1 partial ⚠️
tests/test_operator.py 0.00% 5 Missing ⚠️
devito/ir/equations/equation.py 94.11% 1 Missing and 2 partials ⚠️
devito/passes/clusters/buffering.py 0.00% 1 Missing and 1 partial ⚠️
... and 4 more

❗ There is a different number of reports uploaded between BASE (c01281c) and HEAD (f1b29be). Click for more details.

HEAD has 14 uploads less than BASE
Flag BASE (c01281c) HEAD (f1b29be)
18 8
pytest-gpu-gcc- 6 4
pytest-gpu-icx- 3 2
pytest-gpu-aomp-amdgpuX 1 0
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2940       +/-   ##
===========================================
- Coverage   83.60%   52.75%   -30.85%     
===========================================
  Files         250      251        +1     
  Lines       52908    53210      +302     
  Branches     4564     4606       +42     
===========================================
- Hits        44235    28073    -16162     
- Misses       7895    24125    +16230     
- Partials      778     1012      +234     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.