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

o1vm/riscv32i: introduce column module #2745

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

dannywillems
Copy link
Member

No description provided.

Copy link

codecov bot commented Nov 4, 2024

Codecov Report

Attention: Patch coverage is 0% with 13 lines in your changes missing coverage. Please review.

Project coverage is 73.67%. Comparing base (7c92ebb) to head (89d9af9).
Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
o1vm/src/interpreters/riscv32i/column.rs 0.00% 13 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2745      +/-   ##
==========================================
- Coverage   73.69%   73.67%   -0.02%     
==========================================
  Files         251      252       +1     
  Lines       57788    57801      +13     
==========================================
- Hits        42584    42583       -1     
- Misses      15204    15218      +14     

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

Comment on lines +4 to +9
pub const SCRATCH_SIZE: usize = 20;

/// Number of instructions in the ISA
// FIXME: the value might not be correct. It will be updated when the
// interpreter is fully implemented.
pub const INSTRUCTION_SET_SIZE: usize = 47;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These values are currently too small to run with the interpreter, dynamic testing yielded an oob when running tests that are yet to be merged. I made them larger in https://github.com/o1-labs/proof-systems/pull/2754/files . We should fix these to be correct in a follow up later down the stack as also mentioned in #2754

Base automatically changed from dw/o1vm-move-memory-size-top-level-dir to master November 14, 2024 14:43
@dannywillems dannywillems merged commit 81872e2 into master Nov 14, 2024
7 of 8 checks passed
@dannywillems dannywillems deleted the dw/o1vm-riscv32i-introduce-scratch-size-column branch November 14, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants