Skip to content

Commit c71c0e6

Browse files
committed
Add the same logic for GPU provers
1 parent 87779fd commit c71c0e6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ start_proof_aggregator_dev_ethereum_package: is_aggregator_set reset_last_aggreg
188188
start_proof_aggregator_ethereum_package: ./aggregation_mode/target/release/proof_aggregator is_aggregator_set ## Starts proof aggregator with proving activated in ethereum package
189189
AGGREGATOR=$(AGGREGATOR) ./aggregation_mode/target/release/proof_aggregator config-files/config-proof-aggregator-ethereum-package.yaml
190190

191-
start_proof_aggregator_gpu: is_aggregator_set reset_last_aggregated_block ## Starts proof aggregator with proving + GPU acceleration (CUDA)
192-
AGGREGATOR=$(AGGREGATOR) SP1_PROVER=cuda cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --features prove,gpu --bin proof_aggregator -- config-files/config-proof-aggregator.yaml
191+
start_proof_aggregator_gpu: ./aggregation_mode/target/release/proof_aggregator is_aggregator_set reset_last_aggregated_block ## Starts proof aggregator with proving + GPU acceleration (CUDA)
192+
AGGREGATOR=$(AGGREGATOR) SP1_PROVER=cuda ./aggregation_mode/target/release/proof_aggregator config-files/config-proof-aggregator.yaml
193193

194-
start_proof_aggregator_gpu_ethereum_package: is_aggregator_set reset_last_aggregated_block ## Starts proof aggregator with proving activated in ethereum package
195-
AGGREGATOR=$(AGGREGATOR) SP1_PROVER=cuda cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --features prove,gpu --bin proof_aggregator -- config-files/config-proof-aggregator-ethereum-package.yaml
194+
start_proof_aggregator_gpu_ethereum_package: ./aggregation_mode/target/release/proof_aggregator is_aggregator_set reset_last_aggregated_block ## Starts proof aggregator with proving activated in ethereum package
195+
AGGREGATOR=$(AGGREGATOR) SP1_PROVER=cuda ./aggregation_mode/target/release/proof_aggregator config-files/config-proof-aggregator-ethereum-package.yaml
196196

197197
verify_aggregated_proof_sp1_holesky_stage:
198198
@echo "Verifying SP1 in aggregated proofs on holesky..."

0 commit comments

Comments
 (0)