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

transformations: (stencil-tensorize-z-dim) Scaling z-shifts to avoid negative offsets #2975

Merged
merged 4 commits into from
Aug 5, 2024

Conversation

n-io
Copy link
Collaborator

@n-io n-io commented Aug 1, 2024

Stencil access offsets need to be scaled by a z-shift to translate positive/negative offsets to zero-based offsets. This is done based off of the halo.

@n-io n-io added bug Something isn't working minor For minor PRs, easy and quick to review, quickly mergeable transformations Changes or adds a transformatio labels Aug 1, 2024
@n-io n-io requested review from AntonLydike and dk949 August 1, 2024 15:44
@n-io n-io self-assigned this Aug 1, 2024
Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.86%. Comparing base (1fd1d39) to head (c39d870).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2975      +/-   ##
==========================================
+ Coverage   89.84%   89.86%   +0.01%     
==========================================
  Files         409      409              
  Lines       51165    51171       +6     
  Branches     7937     7939       +2     
==========================================
+ Hits        45970    45985      +15     
+ Misses       3932     3925       -7     
+ Partials     1263     1261       -2     

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

@n-io n-io requested a review from PapyChacal August 2, 2024 12:12
@n-io n-io merged commit 5e42115 into main Aug 5, 2024
10 checks passed
@n-io n-io deleted the nicolai/tensorize-z-dim-scale-offsets branch August 5, 2024 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working minor For minor PRs, easy and quick to review, quickly mergeable transformations Changes or adds a transformatio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants