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: port MLIR's empty-tensor-to-alloc-tensor pass #3453

Merged
merged 5 commits into from
Nov 15, 2024

Conversation

superlopuh
Copy link
Member

@superlopuh superlopuh commented Nov 14, 2024

I wanted to do this before bufferization, so we'll be able to go from start to finish all in Python once that's done.

@superlopuh superlopuh added the transformations Changes or adds a transformatio label Nov 14, 2024
@superlopuh superlopuh self-assigned this Nov 14, 2024
@superlopuh superlopuh force-pushed the sasha/bufferization/tensor-empty-to-alloc branch from af5dc1d to 3cc7ca8 Compare November 15, 2024 08:11
Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.20%. Comparing base (863db56) to head (6a7a5a8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3453   +/-   ##
=======================================
  Coverage   90.20%   90.20%           
=======================================
  Files         459      460    +1     
  Lines       57634    57649   +15     
  Branches     5564     5564           
=======================================
+ Hits        51987    52002   +15     
  Misses       4201     4201           
  Partials     1446     1446           

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

Base automatically changed from sasha/bufferization/alloc-tensor-op-custom-syntax to main November 15, 2024 17:09
superlopuh and others added 2 commits November 15, 2024 17:09
Co-authored-by: Alex Rice <alexrice999@hotmail.co.uk>
@superlopuh superlopuh merged commit 1abf6ad into main Nov 15, 2024
15 checks passed
@superlopuh superlopuh deleted the sasha/bufferization/tensor-empty-to-alloc branch November 15, 2024 17:23
EdmundGoodman pushed a commit to EdmundGoodman/xdsl that referenced this pull request Dec 6, 2024
…roject#3453)

I wanted to do this before bufferization, so we'll be able to go from
start to finish all in Python once that's done.

---------

Co-authored-by: Alex Rice <alexrice999@hotmail.co.uk>
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.

3 participants