File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ start_proof_aggregator_ethereum_package: ./aggregation_mode/target/release/proof
193193 AGGREGATOR=$(AGGREGATOR ) ./aggregation_mode/target/release/proof_aggregator_cpu config-files/config-proof-aggregator-ethereum-package.yaml
194194
195195# ## All GPU proof aggregator receipts
196- ./aggregation_mode/target/release/proof_aggregator_gpu : $(wildcard ./aggregation_mode/src/* ) $(wildcard ./aggregation_programs/risc0/src/* ) $(wildcard ./aggregation_programs/sp1/src/* )
196+ ./aggregation_mode/target/release/proof_aggregator_gpu : $(wildcard ./aggregation_mode/src/* ) $(wildcard ./aggregation_mode/ aggregation_programs/risc0/src/* ) $(wildcard ./aggregation_mode /aggregation_programs/sp1/src/* )
197197 AGGREGATOR=$(AGGREGATOR ) cargo build --features " prove,gpu" --manifest-path ./aggregation_mode/Cargo.toml --release --bin proof_aggregator_gpu
198198
199199start_proof_aggregator_gpu : ./aggregation_mode/target/release/proof_aggregator_gpu is_aggregator_set reset_last_aggregated_block # # Starts proof aggregator with proving + GPU acceleration (CUDA)
You can’t perform that action at this time.
0 commit comments