Commit 06c63d0
authored
refactor dependency point to new gkr-backend (#1045)
To enable shared lib between cpu/gpu
besides, add a new feature "parallel" `ceno_zkvm/Cargo.toml` to enable
parallel features on dependency of `gkr-backend`, as `gkr-backend`
default features was disabled.
### benchmarks
shows no impact
| Benchmark | Median Time (s) | Median Change (%) |
|----------------------------------|------------------|----------------------------------|
| fibonacci_max_steps_1048576 | 2.5186 | +2.51% (Change within noise) |
| fibonacci_max_steps_2097152 | 4.4531 | +0.32% (No change detected) |
| fibonacci_max_steps_4194304 | 8.5974 | +2.60% (No change detected) |1 parent 6c24f18 commit 06c63d0
File tree
74 files changed
+45
-12765
lines changed- ceno_cli
- ceno_emul
- ceno_zkvm
- ff_ext
- src
- gkr_iop
- src
- circuit_builder
- gadgets
- gkr
- layer
- mpcs
- benches
- src
- basefold
- encoding
- util
- arithmetic
- whir
- multilinear_extensions
- benches
- src
- expression
- p3
- src
- poseidon
- src
- sumcheck_macro
- examples
- src
- sumcheck
- benches
- src
- transcript
- src
- witness
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+45
-12765
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 10 | | |
21 | 11 | | |
22 | 12 | | |
| |||
30 | 20 | | |
31 | 21 | | |
32 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 42 | + | |
61 | 43 | | |
62 | 44 | | |
63 | 45 | | |
| |||
72 | 54 | | |
73 | 55 | | |
74 | 56 | | |
75 | | - | |
76 | 57 | | |
77 | 58 | | |
78 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | | - | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| |||
This file was deleted.
0 commit comments