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

misc: fix UnboundTuple for None partile #2256

Merged
merged 3 commits into from
Nov 3, 2023

compiler: cleanup ParTile

b86d0b4
Select commit
Loading
Failed to load commit list.
Merged

misc: fix UnboundTuple for None partile #2256

compiler: cleanup ParTile
b86d0b4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 2, 2023 in 0s

86.95% (target 1.00%)

View this Pull Request on Codecov

86.95% (target 1.00%)

Details

Codecov Report

Merging #2256 (b86d0b4) into master (465e72b) will increase coverage by 0.00%.
The diff coverage is 85.29%.

@@           Coverage Diff           @@
##           master    #2256   +/-   ##
=======================================
  Coverage   86.94%   86.95%           
=======================================
  Files         229      229           
  Lines       41880    41919   +39     
  Branches     7733     7740    +7     
=======================================
+ Hits        36414    36451   +37     
+ Misses       4832     4831    -1     
- Partials      634      637    +3     
Files Coverage Δ
devito/arch/compiler.py 40.00% <ø> (ø)
devito/core/operator.py 84.36% <100.00%> (ø)
devito/passes/iet/parpragma.py 88.80% <100.00%> (ø)
tests/test_tools.py 100.00% <100.00%> (ø)
tests/test_unexpansion.py 100.00% <100.00%> (ø)
devito/passes/iet/languages/openacc.py 63.80% <0.00%> (ø)
devito/passes/clusters/blocking.py 88.80% <71.42%> (-0.65%) ⬇️
devito/tools/data_structures.py 68.66% <75.00%> (+1.12%) ⬆️