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: fix int64 format in ptr dtypes #3035

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

superlopuh
Copy link
Member

There is currently a bug, I used the wrong struct code for the encoding of int64.

@superlopuh superlopuh added bug Something isn't working interpreter xDSL Interpreter labels Aug 14, 2024
@superlopuh superlopuh requested a review from alexarice August 14, 2024 15:23
@superlopuh superlopuh self-assigned this Aug 14, 2024
Copy link

codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.85%. Comparing base (996f649) to head (a396883).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3035      +/-   ##
==========================================
- Coverage   89.85%   89.85%   -0.01%     
==========================================
  Files         413      414       +1     
  Lines       51852    51872      +20     
  Branches     8006     8009       +3     
==========================================
+ Hits        46592    46608      +16     
- Misses       3970     3973       +3     
- Partials     1290     1291       +1     

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

@superlopuh superlopuh merged commit 5c5dbd8 into main Aug 14, 2024
10 checks passed
@superlopuh superlopuh deleted the sasha/interpreter/fix-int-64-format branch August 14, 2024 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working interpreter xDSL Interpreter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants