Skip to content

Commit

Permalink
Request specific GPUs that are compatible with the CUDA version being…
Browse files Browse the repository at this point in the history
… tested.
  • Loading branch information
maleadt committed Oct 12, 2021
1 parent d102223 commit 0e9ad9d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ steps:
# agents:
# queue: "juliagpu"
# cuda: "11.0"
# cap: "recent" # test as much as possible
# cap: "sm_80" # test as much as possible
# env:
# JULIA_CUDA_VERSION: '11.4'
# JULIA_CUDA_DEBUG_INFO: 'false' # NVIDIA bug #3305774: ptxas segfaults with out debug info
Expand Down Expand Up @@ -108,7 +108,7 @@ steps:
agents:
queue: "juliagpu"
cuda: "11.0"
cap: "recent"
cap: "sm_80"
env:
JULIA_CUDA_VERSION: '11.4'
JULIA_CUDA_USE_BINARYBUILDER: 'true'
Expand All @@ -129,6 +129,7 @@ steps:
agents:
queue: "juliagpu"
cuda: "11.0"
cap: "sm_80"
env:
JULIA_CUDA_VERSION: '11.3'
JULIA_CUDA_USE_BINARYBUILDER: 'true'
Expand All @@ -149,6 +150,7 @@ steps:
agents:
queue: "juliagpu"
cuda: "11.0"
cap: "sm_80"
env:
JULIA_CUDA_VERSION: '11.2'
JULIA_CUDA_USE_BINARYBUILDER: 'true'
Expand All @@ -169,6 +171,7 @@ steps:
agents:
queue: "juliagpu"
cuda: "11.0"
cap: "sm_80"
env:
JULIA_CUDA_VERSION: '11.1'
JULIA_CUDA_USE_BINARYBUILDER: 'true'
Expand All @@ -189,6 +192,7 @@ steps:
agents:
queue: "juliagpu"
cuda: "11.0"
cap: "sm_80"
env:
JULIA_CUDA_VERSION: '11.0'
JULIA_CUDA_USE_BINARYBUILDER: 'true'
Expand All @@ -209,6 +213,7 @@ steps:
agents:
queue: "juliagpu"
cuda: "10.2"
cap: "sm_75"
env:
JULIA_CUDA_VERSION: '10.2'
JULIA_CUDA_USE_BINARYBUILDER: 'true'
Expand All @@ -229,6 +234,7 @@ steps:
agents:
queue: "juliagpu"
cuda: "10.1"
cap: "sm_75"
env:
JULIA_CUDA_VERSION: '10.1'
JULIA_CUDA_USE_BINARYBUILDER: 'true'
Expand Down

0 comments on commit 0e9ad9d

Please sign in to comment.