Skip to content

Commit

Permalink
Add parallel flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nyunyunyunyu committed Dec 16, 2024
1 parent 702edb5 commit 3b530dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ openvm-cli-example-test = { path = "example" }

[features]
default = ["parallel", "mimalloc"]
parallel = ["openvm-circuit/parallel"]
parallel = ["openvm-circuit/parallel", "openvm-stark-sdk/parallel"]
mimalloc = ["openvm-circuit/mimalloc"]
jemalloc = ["openvm-circuit/jemalloc"]
jemalloc-prof = ["openvm-circuit/jemalloc-prof"]
Expand Down
1 change: 1 addition & 0 deletions crates/vm/src/arch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub mod hasher;
#[cfg(any(test, feature = "test-utils"))]
pub mod testing;


pub use config::*;
pub use execution::*;
pub use extensions::*;
Expand Down

0 comments on commit 3b530dc

Please sign in to comment.