@@ -13,33 +13,33 @@ openvm-sdk = { git = "ssh://
[email protected] /scroll-tech/openvm-gpu.git", branch =
13
13
openvm-transpiler = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.2.1-rc.1-pipe" ,
default-features =
false }
14
14
15
15
[patch ."https://github .com/openvm-org/stark-backend .git" ]
16
- openvm-stark-backend = {
git =
" ssh://[email protected] /scroll-tech/openvm-stark-gpu.git" ,
branch =
" sync/upstream-250702 " ,
features = [
" gpu" ] }
17
- openvm-stark-sdk = {
git =
" ssh://[email protected] /scroll-tech/openvm-stark-gpu.git" ,
branch =
" sync/upstream-250702 " ,
features = [
" gpu" ] }
16
+ openvm-stark-backend = {
git =
" ssh://[email protected] /scroll-tech/openvm-stark-gpu.git" ,
branch =
" main " ,
features = [
" gpu" ] }
17
+ openvm-stark-sdk = {
git =
" ssh://[email protected] /scroll-tech/openvm-stark-gpu.git" ,
branch =
" main " ,
features = [
" gpu" ] }
18
18
19
19
[patch ."https://github .com/Plonky3/Plonky3 .git" ]
20
- p3-air = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
21
- p3-field = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
22
- p3-commit = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
23
- p3-matrix = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
20
+ p3-air = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
21
+ p3-field = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
22
+ p3-commit = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
23
+ p3-matrix = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
24
24
p3-baby-bear = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
features = [
25
25
" nightly-features" ,
26
- ], rev = " 450ec18 " }
27
- p3-koala-bear = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
28
- p3-util = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
29
- p3-challenger = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
30
- p3-dft = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
31
- p3-fri = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
32
- p3-goldilocks = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
33
- p3-keccak = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
34
- p3-keccak-air = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
35
- p3-blake3 = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
36
- p3-mds = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
37
- p3-merkle-tree = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
38
- p3-monty-31 = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
39
- p3-poseidon = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
40
- p3-poseidon2 = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
41
- p3-poseidon2-air = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
42
- p3-symmetric = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
43
- p3-uni-stark = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
44
- p3-maybe-rayon = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
# the "parallel" feature is NOT on by default to allow single-threaded benchmarking
45
- p3-bn254-fr = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
rev =
" 450ec18 " }
26
+ ], tag = " v0.2.1 " }
27
+ p3-koala-bear = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
28
+ p3-util = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
29
+ p3-challenger = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
30
+ p3-dft = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
31
+ p3-fri = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
32
+ p3-goldilocks = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
33
+ p3-keccak = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
34
+ p3-keccak-air = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
35
+ p3-blake3 = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
36
+ p3-mds = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
37
+ p3-merkle-tree = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
38
+ p3-monty-31 = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
39
+ p3-poseidon = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
40
+ p3-poseidon2 = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
41
+ p3-poseidon2-air = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
42
+ p3-symmetric = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
43
+ p3-uni-stark = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
44
+ p3-maybe-rayon = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
# the "parallel" feature is NOT on by default to allow single-threaded benchmarking
45
+ p3-bn254-fr = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1 " }
0 commit comments