From 10e1e0c12569da3e9cfb2e9cae0242cb31ecb86f Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 12 Nov 2018 19:40:11 -0800 Subject: [PATCH] Switch to perf-libs v0.11.0 for CUDA 10 support --- 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 912db4fd22..727b4f0f73 100755 --- a/fetch-perf-libs.sh +++ b/fetch-perf-libs.sh @@ -16,7 +16,7 @@ mkdir -p target/perf-libs cd target/perf-libs ( 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