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: (memref_stream) add memref_stream.generic legalization pass #2929

Merged
merged 26 commits into from
Jul 24, 2024

Conversation

nazavode
Copy link
Collaborator

@nazavode nazavode commented Jul 23, 2024

This PR adds a legalization pass for memref_stream.generic operations. The process involves making the payload body legal wrt types that can be streamed by the target.

@nazavode nazavode changed the title < transformations: (memref_stream) add generic legalization pass Jul 23, 2024
@nazavode nazavode requested a review from superlopuh July 23, 2024 08:05
@nazavode nazavode marked this pull request as ready for review July 23, 2024 08:05
Copy link

codecov bot commented Jul 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.90%. Comparing base (0c1d66e) to head (fd284ca).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2929      +/-   ##
==========================================
- Coverage   89.92%   89.90%   -0.02%     
==========================================
  Files         406      407       +1     
  Lines       50760    50860     +100     
  Branches     7844     7872      +28     
==========================================
+ Hits        45645    45727      +82     
- Misses       3880     3892      +12     
- Partials     1235     1241       +6     

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

@nazavode nazavode marked this pull request as draft July 23, 2024 09:14
@nazavode nazavode requested a review from zero9178 July 23, 2024 12:23
@nazavode nazavode marked this pull request as ready for review July 23, 2024 12:23
@nazavode nazavode force-pushed the nazavode/memref-stream-legalize branch from f18606c to eadf357 Compare July 23, 2024 13:21
@nazavode nazavode changed the title transformations: (memref_stream) add generic legalization pass transformations: (memref_stream) add memref_stream.generic legalization pass Jul 23, 2024
@nazavode nazavode requested a review from superlopuh July 23, 2024 14:35
@superlopuh superlopuh added the transformations Changes or adds a transformatio label Jul 23, 2024
@nazavode nazavode force-pushed the nazavode/memref-stream-legalize branch from e30340c to c6faa1d Compare July 23, 2024 20:07
@nazavode nazavode requested a review from superlopuh July 24, 2024 07:53
@nazavode nazavode force-pushed the nazavode/memref-stream-legalize branch from d8a0021 to fd284ca Compare July 24, 2024 07:59
@nazavode nazavode merged commit 7249878 into main Jul 24, 2024
10 checks passed
@nazavode nazavode deleted the nazavode/memref-stream-legalize branch July 24, 2024 08:05
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
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants