Skip to content

Commit

Permalink
Bump version number to pick up fixed cuda library
Browse files Browse the repository at this point in the history
Has fix for unaligned memory access in chacha_encrypt_many_sample
function.
  • Loading branch information
sakridge committed Oct 26, 2018
1 parent 7ab6535 commit 9a6a399
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.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
Expand Down

0 comments on commit 9a6a399

Please sign in to comment.