File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
build/dockerfiles/coordinator-api Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,12 @@ p3-symmetric = { path = "/plonky3-gpu/symmetric" }
6363p3-uni-stark = { path = " /plonky3-gpu/uni-stark" }
6464p3-maybe-rayon = { path = " /plonky3-gpu/maybe-rayon" }
6565p3-bn254-fr = { path = " /plonky3-gpu/bn254-fr" }
66+ # scroll gpu
67+ p3-gpu-backend = { path = " /plonky3-gpu/gpu-backend" }
68+ p3-gpu-base = { path = " /plonky3-gpu/gpu-base" }
69+ p3-gpu-build = { path = " /plonky3-gpu/gpu-build" }
70+ p3-gpu-field = { path = " /plonky3-gpu/gpu-field" }
71+ p3-gpu-module = { path = " /plonky3-gpu/gpu-module" }
6672
6773# gpu crates
6874[patch ."ssh://git@github .com/scroll-tech/plonky3-gpu .git" ]
@@ -92,4 +98,9 @@ p3-symmetric = { path = "/plonky3-gpu/symmetric" }
9298p3-uni-stark = { path = " /plonky3-gpu/uni-stark" }
9399p3-maybe-rayon = { path = " /plonky3-gpu/maybe-rayon" }
94100p3-bn254-fr = { path = " /plonky3-gpu/bn254-fr" }
95-
101+ # scroll gpu
102+ p3-gpu-backend = { path = " /plonky3-gpu/gpu-backend" }
103+ p3-gpu-base = { path = " /plonky3-gpu/gpu-base" }
104+ p3-gpu-build = { path = " /plonky3-gpu/gpu-build" }
105+ p3-gpu-field = { path = " /plonky3-gpu/gpu-field" }
106+ p3-gpu-module = { path = " /plonky3-gpu/gpu-module" }
You can’t perform that action at this time.
0 commit comments