-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
feat: Support stable compiler for VM (and some other crates) #3248
base: main
Are you sure you want to change the base?
Conversation
@@ -0,0 +1 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this empty file a mistake?
circuit_sequencer_api_1_4_1.workspace = true | ||
circuit_sequencer_api_1_4_2.workspace = true | ||
circuit_sequencer_api_1_5_0.workspace = true | ||
circuit_sequencer_api.workspace = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
circuit_setup_data.wits_hint, | ||
&worker, | ||
let mut data_source = self.keystore.load_keys_to_data_source()?; | ||
let circuit_setup_data = generate_light_circuit_setup_data( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I follow logic here. Is this the rewrite from crypto side?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just copy-paste from Artyom's PR
@@ -1,4 +1,4 @@ | |||
use std::sync::Arc; | |||
use std::{alloc::Global, sync::Arc}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes me wonder, if we hardcode the Global allocator, why we bother to allow is a template arg?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just copy-paste from Artyom's PR
…pzxc-stable-rust (#3323) "Update generated Prover FRI GPU setup-data keys from branch popzxc-stable-rust"
# Conflicts: # prover/Cargo.lock
tbd