Switch to perf-libs v0.11.0 for CUDA 10 support

This commit is contained in:
Michael Vines 2018-11-12 19:40:11 -08:00
parent 017c281eaf
commit 10e1e0c125
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,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.6/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf - curl https://solana-perf.s3.amazonaws.com/v0.11.0/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf -
) )
if [[ -r solana-perf-CUDA_HOME.txt ]]; then if [[ -r solana-perf-CUDA_HOME.txt ]]; then