Bump version number to pick up fixed cuda library

Has fix for unaligned memory access in chacha_encrypt_many_sample
function.
This commit is contained in:
Stephen Akridge 2018-10-26 11:48:09 -07:00 committed by sakridge
parent 7ab65352be
commit 9a6a399a29
1 changed files with 1 additions and 1 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.10.2/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf -
curl https://solana-perf.s3.amazonaws.com/v0.10.3/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf -
)
if [[ -r /usr/local/cuda/version.txt && -r cuda-version.txt ]]; then