From 9a6a399a29ef45146524b92c44122a9a7fb67e63 Mon Sep 17 00:00:00 2001 From: Stephen Akridge Date: Fri, 26 Oct 2018 11:48:09 -0700 Subject: [PATCH] Bump version number to pick up fixed cuda library Has fix for unaligned memory access in chacha_encrypt_many_sample function. --- fetch-perf-libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch-perf-libs.sh b/fetch-perf-libs.sh index 1be8c914a086f8..3da8b714b94d39 100755 --- a/fetch-perf-libs.sh +++ b/fetch-perf-libs.sh @@ -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