Skip to content

Commit

Permalink
Add cuda 10.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jan 25, 2020
1 parent 943f51a commit 3c82b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ source ci/upload-ci-artifact.sh
CUDA_HOMES=(
/usr/local/cuda-10.0
/usr/local/cuda-10.1
/usr/local/cuda-10.2
)

for CUDA_HOME in "${CUDA_HOMES[@]}"; do
Expand Down
2 changes: 1 addition & 1 deletion ci/buildkite.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
steps:
- command: "ci/build.sh"
name: "build"
timeout_in_minutes: 20
timeout_in_minutes: 30
agents:
- "queue=cuda"

0 comments on commit 3c82b79

Please sign in to comment.