Skip to content

Commit 7ec681e

Browse files
committed
better parallelization when folding multilinears
1 parent c5ee0d3 commit 7ec681e

File tree

7 files changed

+218
-212
lines changed

7 files changed

+218
-212
lines changed

Cargo.lock

Lines changed: 15 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ multilinear-toolkit.workspace = true
115115
# [patch."https://github.com/TomWambsgans/whir-p3.git"]
116116
# whir-p3 = { path = "../zk/whir/fork-whir-p3" }
117117

118+
# [patch."https://github.com/leanEthereum/multilinear-toolkit.git"]
119+
# multilinear-toolkit = { path = "../zk/multilinear-toolkit" }
120+
118121
[dev-dependencies]
119122
criterion = { version = "0.7", default-features = false, features = ["cargo_bench_support"] }
120123
rec_aggregation.workspace = true

0 commit comments

Comments
 (0)