Skip to content

Conversation

jonathanpwang
Copy link
Contributor

No description provided.

Base automatically changed from feat/remove-offline-logs to feat/new-execution April 17, 2025 16:10
@jonathanpwang jonathanpwang changed the title feat(new-execution): rv32im wip(new-execution): rv32im Apr 17, 2025
@jonathanpwang jonathanpwang force-pushed the feat/rest-of-rv32im-tracegen branch from cedfafb to f9d0912 Compare April 17, 2025 16:12
@jonathanpwang jonathanpwang changed the title wip(new-execution): rv32im feat(new-execution): AdapterTraceStep trait and rv32 ALU refactor Apr 20, 2025
Copy link
Contributor

@Golovanov399 Golovanov399 left a comment

Choose a reason for hiding this comment

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

Ok modulo some nits

let data: [[F; NUM_LIMBS]; 2] = reads.into();
let b = data[0].map(|x| x.as_canonical_u32());
let c = data[1].map(|y| y.as_canonical_u32());
let b = data[0].map(|x| x.as_canonical_u32() as u8);
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want a checked conversion here just in case?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this one is temporary - going to switch to trying to avoid conversions at all later

@Golovanov399 Golovanov399 marked this pull request as ready for review April 21, 2025 14:24
@Golovanov399 Golovanov399 merged commit 81e2583 into feat/new-execution Apr 21, 2025
4 of 25 checks passed
@Golovanov399 Golovanov399 deleted the feat/rest-of-rv32im-tracegen branch April 21, 2025 14:25
jonathanpwang added a commit that referenced this pull request May 2, 2025
…1589)

Co-authored-by: Alexander Golovanov <Golovanov12345@gmail.com>
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