Skip to content

Commit bcd8ae3

Browse files
committed
chore: add target to run proof aggregator with GPU and ethereum package
1 parent e6f75b4 commit bcd8ae3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ start_proof_aggregator_ethereum_package: is_aggregator_set reset_last_aggregated
187187
start_proof_aggregator_gpu: is_aggregator_set reset_last_aggregated_block ## Starts proof aggregator with proving + GPU acceleration (CUDA)
188188
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
189189

190+
start_proof_aggregator_gpu_ethereum_package: is_aggregator_set reset_last_aggregated_block ## Starts proof aggregator with proving activated in ethereum package
191+
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
192+
193+
190194
verify_aggregated_proof_sp1_holesky_stage:
191195
@echo "Verifying SP1 in aggregated proofs on holesky..."
192196
@cd batcher/aligned/ && \

0 commit comments

Comments
 (0)