Skip to content

compiler: Pass kwargs to make_parallel

8e55290
Select commit
Loading
Failed to load commit list.
Closed

compiler: Enhance IR to support more advanced parlang (CUDA/HIP/SYCL) features #2748

compiler: Pass kwargs to make_parallel
8e55290
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 29, 2025 in 0s

82.55% (target 1.00%)

View this Pull Request on Codecov

82.55% (target 1.00%)

Details

Codecov Report

❌ Patch coverage is 87.42138% with 20 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.55%. Comparing base (764b075) to head (8e55290).
⚠️ Report is 60 commits behind head on main.

Files with missing lines Patch % Lines
devito/passes/iet/definitions.py 72.72% 6 Missing and 3 partials ⚠️
devito/ir/cgen/printer.py 33.33% 4 Missing ⚠️
devito/passes/iet/engine.py 75.00% 4 Missing ⚠️
devito/arch/archinfo.py 0.00% 2 Missing ⚠️
devito/symbolics/extended_sympy.py 94.44% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2748      +/-   ##
==========================================
- Coverage   83.05%   82.55%   -0.51%     
==========================================
  Files         248      248              
  Lines       50294    50379      +85     
  Branches     4426     4431       +5     
==========================================
- Hits        41773    41589     -184     
- Misses       7763     8019     +256     
- Partials      758      771      +13     

☔ View full report in Codecov by Sentry.
📢 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.