Skip to content

Commit

Permalink
prover lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Oct 15, 2024
1 parent 1e8aa06 commit 752cf46
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ jobs:
RUST_BACKTRACE: 1
SP1_PROVER: network
SP1_PRIVATE_KEY: ${{ secrets.SP1_PRIVATE_KEY }}
PROVER_NETWORK_RPC: https://rpc-taiko.succinct.xyz
PROVER_NETWORK_RPC: https://rpc-staging.succinct.xyz
30 changes: 15 additions & 15 deletions crates/perf/workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ GIT_REF=$(git rev-parse --abbrev-ref HEAD)

# Define the list of CPU workloads.
CPU_WORKLOADS=(
# "fibonacci-17k"
# "ssz-withdrawals"
# "tendermint"
# "rsp-20526624"
# "rsa"
# "regex"
# "chess"
# "json"
# "blobstream-01j6z63fgafrc8jeh0k12gbtvw"
# "blobstream-01j6z95bdme9svevmfyc974bja"
# "blobstream-01j6z9ak0ke9srsppgywgke6fj"
# "vector-01j6xsv35re96tkgyda115320t"
# "vector-01j6xzy366ff5tbkzcrs8pma02"
# "vector-01j6y06de0fdaafemr8b1t69z3"
# "raiko-a7-10"
"fibonacci-17k"
"ssz-withdrawals"
"tendermint"
"rsp-20526624"
"rsa"
"regex"
"chess"
"json"
"blobstream-01j6z63fgafrc8jeh0k12gbtvw"
"blobstream-01j6z95bdme9svevmfyc974bja"
"blobstream-01j6z9ak0ke9srsppgywgke6fj"
"vector-01j6xsv35re96tkgyda115320t"
"vector-01j6xzy366ff5tbkzcrs8pma02"
"vector-01j6y06de0fdaafemr8b1t69z3"
"raiko-a7-10"
)

# Define the list of CUDA workloads.
Expand Down
4 changes: 0 additions & 4 deletions crates/prover/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,6 @@ impl<C: SP1ProverComponents> SP1Prover<C> {
let allowed_vk_map: BTreeMap<[BabyBear; DIGEST_SIZE], usize> = if vk_verification {
bincode::deserialize(include_bytes!("../vk_map.bin")).unwrap()
} else {
// TODO: FIX
//
// let vk_dummy_map_bytes =
// std::fs::read(Self::shapes_dir().join("dummy_vk_map.bin")).unwrap();
bincode::deserialize(include_bytes!("../dummy_vk_map.bin")).unwrap()
};

Expand Down

0 comments on commit 752cf46

Please sign in to comment.