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: Generate less integer arithmetic #2301

Merged
merged 1 commit into from Feb 2, 2024
Merged

Conversation

FabioLuporini
Copy link
Contributor

tiny PR that shifts the stencil loops by as much as needed so that we can index e.g. w[i0] (i0=0)instead of w[i0 + 2] (i0 = -2)

Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0ccf5fd) 86.68% compared to head (ce8613a) 86.70%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2301      +/-   ##
==========================================
+ Coverage   86.68%   86.70%   +0.02%     
==========================================
  Files         229      229              
  Lines       42928    42942      +14     
  Branches     7958     7957       -1     
==========================================
+ Hits        37214    37235      +21     
+ Misses       5029     5023       -6     
+ Partials      685      684       -1     

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

@FabioLuporini FabioLuporini merged commit 0f249f2 into master Feb 2, 2024
31 checks passed
@FabioLuporini FabioLuporini deleted the less-int-arithm branch February 2, 2024 08:23
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.

None yet

3 participants