Skip to content

Commit

Permalink
fix: gpu trace lde
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Oct 27, 2023
1 parent d476bf9 commit 1841ca1
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 220 deletions.
2 changes: 1 addition & 1 deletion air/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub use vm_core::{
utils::{DeserializationError, ToElements},
Felt, FieldElement, StarkField,
};
pub use winter_air::{FieldExtension, ProofOptions as WinterProofOptions};
pub use winter_air::{proof::Queries, FieldExtension, ProofOptions as WinterProofOptions};

// PROCESSOR AIR
// ================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ winter-prover = { package = "winter-prover", version = "0.7", default-features =

[target.'cfg(all(target_arch = "aarch64", target_os = "macos"))'.dependencies]
elsa = { version = "1.9", optional = true }
ministark-gpu = { version = "0.1", features = [ "winterfell" ], optional = true }
ministark-gpu = { version = "0.2", features = [ "winterfell" ], optional = true }
pollster = { version = "0.3", optional = true }
Loading

0 comments on commit 1841ca1

Please sign in to comment.