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:
committed by
Michael Vines
parent
b60cb48c18
commit
68df9d06db
@ -15,7 +15,7 @@ mkdir -p target/perf-libs
|
|||||||
cd target/perf-libs
|
cd target/perf-libs
|
||||||
(
|
(
|
||||||
set -x
|
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
|
if [[ -r /usr/local/cuda/version.txt && -r cuda-version.txt ]]; then
|
||||||
|
Reference in New Issue
Block a user