Skip to content

Commit

Permalink
changing cuda home from 10 to 11
Browse files Browse the repository at this point in the history
  /usr/local/cuda-11.1
  /usr/local/cuda-11.2
  /usr/local/cuda-11.3
  /usr/local/cuda-11.4
  /usr/local/cuda-11.5
  • Loading branch information
joeaba authored Nov 23, 2021
1 parent 12fa738 commit e54770d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ source ci/env.sh
source ci/upload-ci-artifact.sh

CUDA_HOMES=(
/usr/local/cuda-10.0
/usr/local/cuda-10.1
/usr/local/cuda-10.2
/usr/local/cuda-11.1
/usr/local/cuda-11.2
/usr/local/cuda-11.3
/usr/local/cuda-11.4
/usr/local/cuda-11.5
)

for CUDA_HOME in "${CUDA_HOMES[@]}"; do
Expand Down

0 comments on commit e54770d

Please sign in to comment.