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: update stencil lowering to properly accomodate bufferized stencils. #3016

Merged
merged 26 commits into from
Aug 19, 2024

Conversation

PapyChacal
Copy link
Collaborator

@PapyChacal PapyChacal commented Aug 12, 2024

  • Lower stencil.alloc
  • Include subviews for reference-semantics argument of stencil.apply (Those subviews are load/store's jobs on value-semantics, so just golfing for minimal changes while keeping one pass, for now!)

@PapyChacal PapyChacal added the transformations Changes or adds a transformatio label Aug 12, 2024
@PapyChacal PapyChacal self-assigned this Aug 12, 2024
@PapyChacal PapyChacal force-pushed the emilien/stencil-bufferized-lowering branch from a28e38b to 0607a22 Compare August 13, 2024 11:11
Copy link

codecov bot commented Aug 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.88%. Comparing base (f0684ae) to head (340499b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3016   +/-   ##
=======================================
  Coverage   89.88%   89.88%           
=======================================
  Files         416      416           
  Lines       52427    52450   +23     
  Branches     8110     8117    +7     
=======================================
+ Hits        47124    47145   +21     
- Misses       3999     4001    +2     
  Partials     1304     1304           

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

@PapyChacal PapyChacal force-pushed the emilien/stencil-bufferized-lowering branch from 0607a22 to 7b4e981 Compare August 15, 2024 11:03
Base automatically changed from emilien/better-bufferization to main August 17, 2024 11:31
@PapyChacal PapyChacal requested a review from n-io August 17, 2024 11:35
@PapyChacal PapyChacal requested a review from superlopuh August 17, 2024 11:35
@PapyChacal PapyChacal marked this pull request as ready for review August 17, 2024 11:36
@PapyChacal PapyChacal changed the title [WIP] transformations: update stencil lowering to properly accomodate bufferized stencils. transformations: update stencil lowering to properly accomodate bufferized stencils. Aug 17, 2024
@PapyChacal PapyChacal merged commit 3679472 into main Aug 19, 2024
9 checks passed
@PapyChacal PapyChacal deleted the emilien/stencil-bufferized-lowering branch August 19, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
transformations Changes or adds a transformatio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants