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: prevent reduction clause for perfect-enough outer loops #2226

Merged
merged 6 commits into from
Oct 10, 2023

compiler: prioritize smaller perfect loop over atomics

daf671c
Select commit
Loading
Failed to load commit list.
Merged

compiler: prevent reduction clause for perfect-enough outer loops #2226

compiler: prioritize smaller perfect loop over atomics
daf671c
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 10, 2023 in 0s

87.04% (target 1.00%)

View this Pull Request on Codecov

87.04% (target 1.00%)

Details

Codecov Report

Merging #2226 (daf671c) into master (4e220c3) will decrease coverage by 0.03%.
The diff coverage is 78.87%.

@@            Coverage Diff             @@
##           master    #2226      +/-   ##
==========================================
- Coverage   87.06%   87.04%   -0.03%     
==========================================
  Files         228      228              
  Lines       40859    40919      +60     
  Branches     7482     7490       +8     
==========================================
+ Hits        35573    35616      +43     
- Misses       4676     4692      +16     
- Partials      610      611       +1     
Files Coverage Δ
devito/passes/iet/langbase.py 78.72% <ø> (-0.23%) ⬇️
devito/passes/iet/parpragma.py 88.68% <100.00%> (+0.61%) ⬆️
tests/test_adjoint.py 100.00% <100.00%> (ø)
tests/test_dle.py 95.92% <100.00%> (-0.15%) ⬇️
tests/test_gpu_common.py 1.42% <0.00%> (-0.03%) ⬇️