Initial validator code for rust side hooks for chacha cuda parallel encrypt

This commit is contained in:
Stephen Akridge
2018-10-08 13:12:33 -07:00
committed by sakridge
parent c30b605047
commit 37a0b7b132
9 changed files with 196 additions and 29 deletions

View File

@ -15,7 +15,7 @@ mkdir -p target/perf-libs
cd target/perf-libs
(
set -x
curl https://solana-perf.s3.amazonaws.com/v0.9.1/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf -
curl https://solana-perf.s3.amazonaws.com/v0.10.0/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf -
)
if [[ -r /usr/local/cuda/version.txt && -r cuda-version.txt ]]; then