Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Switch to perf-libs v0.11.0 for CUDA 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Nov 13, 2018
1 parent 017c281 commit 10e1e0c
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 @@ -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
Expand Down

0 comments on commit 10e1e0c

Please sign in to comment.