Skip to content

Commit

Permalink
perf: local bus (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevjue committed Sep 17, 2024
1 parent db332bd commit 1e3ef0e
Show file tree
Hide file tree
Showing 154 changed files with 3,942 additions and 3,328 deletions.
76 changes: 8 additions & 68 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,23 @@ members = [
"crates/helper",
"crates/primitives",
"crates/prover",
"crates/recursion/circuit",
"crates/recursion/circuit-v2",
"crates/recursion/compiler",
"crates/recursion/core",
"crates/recursion/core-v2",
"crates/recursion/derive",
"crates/recursion/gnark-cli",
"crates/recursion/gnark-ffi",
"crates/recursion/program",
"crates/sdk",
"crates/cuda",
"crates/stark",
"crates/zkvm/*",
]
exclude = ["examples/target"]
exclude = [
"examples/target",
"crates/recursion/program",
"crates/recursion/circuit",
]
resolver = "2"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion crates/core/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ nohash-hasher = "0.2.0"
thiserror = "1.0.63"
tracing = "0.1.40"
strum_macros = "0.26.4"
strum = "0.26.3"
strum = { version = "0.26.3", features = ["derive"] }
log = "0.4.22"
hex = "0.4.3"
bytemuck = "1.16.3"
Expand Down
Loading

0 comments on commit 1e3ef0e

Please sign in to comment.