Skip to content

Commit

Permalink
Fetch perf-libs with configurable packet size
Browse files Browse the repository at this point in the history
sig verify library uses passed in size directly
to get packet size, so rust side can be modified
without changing cuda library.
  • Loading branch information
sakridge authored and mvines committed Oct 25, 2018
1 parent 24b513c commit 1e53f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch-perf-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mkdir -p target/perf-libs
cd target/perf-libs
(
set -x
curl https://solana-perf.s3.amazonaws.com/v0.10.1/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf -
curl https://solana-perf.s3.amazonaws.com/v0.10.2/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf -
)

if [[ -r /usr/local/cuda/version.txt && -r cuda-version.txt ]]; then
Expand Down

0 comments on commit 1e53f42

Please sign in to comment.