From 7cb5c0708b29cb9f2a587eb2b4a3a30da63dc266 Mon Sep 17 00:00:00 2001 From: Stephen Akridge Date: Tue, 30 Oct 2018 15:50:23 -0700 Subject: [PATCH] Fetch v0.10.4 which has v100 binary compiled in This may or may not fix high latencies seen on the snap build on v100. GPU driver will not have to JIT the device code for V100 though which is an improvement. --- 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 3da8b714b9..0d12829a76 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.3/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf - + curl https://solana-perf.s3.amazonaws.com/v0.10.4/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf - ) if [[ -r /usr/local/cuda/version.txt && -r cuda-version.txt ]]; then