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 Michael Vines
parent b60cb48c18
commit 68df9d06db

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