FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

compiler: Simplify fission by FabioLuporini · Pull Request #2973 · devitocodes/devito · GitHub

compiler: Simplify fission - #2973

Merged
FabioLuporini merged 5 commits into
mainfrom
simplify-fission
Jul 30, 2026
Merged

compiler: Simplify fission#2973
FabioLuporini merged 5 commits into
mainfrom
simplify-fission

Conversation

Copy link
Copy Markdown
Contributor

without this simplification (which was done in 2021, now it seems unneeded, AFAICT based on the tests I've managed to run...) a new test in PRO would fail

I don't see the logic behind it, so unless CI/CD complains, I'd drop it

It might also be a leftover from some other tweaks that was later undone... not sure!

codecov Bot commented Jul 15, 2026
edited
Loading

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 87.50000% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.57%. Comparing base (c9b9cfa) to head (72a5fdf).

Files with missing lines Patch % Lines
devito/ir/clusters/cluster.py 50.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2973      +/-   ##
==========================================
+ Coverage   82.99%   83.57%   +0.57%     
==========================================
  Files         257      257              
  Lines       53823    53841      +18     
  Branches     4609     4609              
==========================================
+ Hits        44671    44997     +326     
+ Misses       8339     8045     -294     
+ Partials      813      799      -14     
Flag Coverage Δ
pytest-gpu-aomp-amdgpuX 68.51% <67.74%> (-0.01%) ⬇️
pytest-gpu-gcc- 78.21% <87.50%> (-0.01%) ⬇️
pytest-gpu-icx- 78.13% <87.50%> (-0.02%) ⬇️
pytest-gpu-nvc-nvidiaX 69.17% <67.74%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

FabioLuporini force-pushed the simplify-fission branch 2 times, most recently from d44b2e3 to d0379ba Compare July 16, 2026 21:29

EdCaunt left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

One minor comment but seems reasonable

def scope(self):
return Scope(exprs=self.exprs)

@cached_property

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Why cache this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

that likely was for homogeneity I didn't even think about that, but yes, you're right.

If you don't mind, I'd drop it (along with the other useless ones in that class) in the subsequent PR

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Sure

FabioLuporini force-pushed the simplify-fission branch 2 times, most recently from 7f8019b to 90d71dc Compare July 27, 2026 16:09
FabioLuporini merged commit f335bb1 into main Jul 30, 2026
62 of 63 checks passed
FabioLuporini deleted the simplify-fission branch July 30, 2026 07:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL