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

interpreter: (riscv) return raw ptr for dense array inputs #3707

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

superlopuh
Copy link
Member

This isn't yet exercised anywhere apart from this unit test, but it's incorrect, we operate on RawPtr objects at the riscv level, not TypedPtr.

@superlopuh superlopuh added the interpreter xDSL Interpreter label Jan 6, 2025
@superlopuh superlopuh self-assigned this Jan 6, 2025
@superlopuh superlopuh requested a review from qaco January 6, 2025 21:57
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@242db62). Learn more about missing BASE report.
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3707   +/-   ##
=======================================
  Coverage        ?   91.31%           
=======================================
  Files           ?      467           
  Lines           ?    58488           
  Branches        ?     5643           
=======================================
  Hits            ?    53411           
  Misses          ?     3626           
  Partials        ?     1451           

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

@superlopuh superlopuh merged commit a2aa5a0 into main Jan 7, 2025
16 checks passed
@superlopuh superlopuh deleted the sasha/autotuner/raw-ptr-input branch January 7, 2025 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter xDSL Interpreter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants