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

(transforms): dont have tensor inside memref #2962

Merged
merged 4 commits into from
Jul 30, 2024

Conversation

n-io
Copy link
Collaborator

@n-io n-io commented Jul 30, 2024

Small fix to not have memref<12x16xtensor<8xf32>> as upstream mlir-opt does not accept this

@n-io n-io added minor For minor PRs, easy and quick to review, quickly mergeable transformations Changes or adds a transformatio labels Jul 30, 2024
@n-io n-io requested review from AntonLydike and PapyChacal July 30, 2024 09:59
@n-io n-io self-assigned this Jul 30, 2024
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.84%. Comparing base (57520fc) to head (990d11b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2962   +/-   ##
=======================================
  Coverage   89.84%   89.84%           
=======================================
  Files         408      408           
  Lines       51020    51002   -18     
  Branches     7909     7909           
=======================================
- Hits        45838    45825   -13     
+ Misses       3930     3927    -3     
+ Partials     1252     1250    -2     

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

@n-io n-io merged commit ddbe80c into main Jul 30, 2024
10 checks passed
@n-io n-io deleted the nicolai/tensorise-zdim-lift-to-linalg branch July 30, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

3 participants