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-to-dsd) Support memref.load ops #3338

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

n-io
Copy link
Collaborator

@n-io n-io commented Oct 24, 2024

This pass translates memref allocs to csl array allocs with a get_dsd on top of it, which will be used by various compute ops. This PR add support for memref.load ops, which should continue to load from the memref, not from a get_dsd op.

@n-io n-io added minor For minor PRs, easy and quick to review, quickly mergeable transformations Changes or adds a transformatio labels Oct 24, 2024
@n-io n-io requested review from dk949 and emmau678 October 24, 2024 12:30
@n-io n-io self-assigned this Oct 24, 2024
Copy link

codecov bot commented Oct 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.04%. Comparing base (61bf632) to head (ea08ddd).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3338      +/-   ##
==========================================
- Coverage   90.04%   90.04%   -0.01%     
==========================================
  Files         446      446              
  Lines       56401    56405       +4     
  Branches     5417     5418       +1     
==========================================
  Hits        50788    50788              
- Misses       4183     4184       +1     
- Partials     1430     1433       +3     

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

@n-io n-io merged commit e0b7945 into main Oct 24, 2024
14 checks passed
@n-io n-io deleted the nicolai/csl-timers-fix branch October 24, 2024 13:52
EdmundGoodman pushed a commit to EdmundGoodman/xdsl that referenced this pull request Dec 6, 2024
…#3338)

This pass translates memref allocs to csl array allocs with a get_dsd on
top of it, which will be used by various compute ops. This PR add
support for memref.load ops, which should continue to load from the
memref, not from a get_dsd op.

---------

Co-authored-by: n-io <n-io@users.noreply.github.com>
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.

2 participants