Skip to content

Commit 369cdc6

Browse files
committed
chore: add gpu feature flag to run with cuda
1 parent 8309ea8 commit 369cdc6

File tree

3 files changed

+682
-7
lines changed

3 files changed

+682
-7
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ start_proof_aggregator_local: is_aggregator_set ## Start the proof aggregator lo
164164
start_proof_aggregator_local_with_proving: is_aggregator_set ## Start the proof aggregator locally using SP1 Verifier Contract
165165
cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --features prove,$(AGGREGATOR) -- config-files/config-proof-aggregator.yaml
166166

167+
start_proof_aggregator_local_with_proving_gpu: is_aggregator_set ## Start the proof aggregator locally using SP1 Verifier Contract
168+
SP1_PROVER=cuda cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --features prove,gpu,$(AGGREGATOR) -- config-files/config-proof-aggregator.yaml
169+
167170
_AGGREGATOR_:
168171

169172
build_aggregator:

0 commit comments

Comments
 (0)