Skip to content

Commit 0e9ad9d

Browse files
committed
Request specific GPUs that are compatible with the CUDA version being tested.
1 parent d102223 commit 0e9ad9d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.buildkite/pipeline.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ steps:
3939
# agents:
4040
# queue: "juliagpu"
4141
# cuda: "11.0"
42-
# cap: "recent" # test as much as possible
42+
# cap: "sm_80" # test as much as possible
4343
# env:
4444
# JULIA_CUDA_VERSION: '11.4'
4545
# JULIA_CUDA_DEBUG_INFO: 'false' # NVIDIA bug #3305774: ptxas segfaults with out debug info
@@ -108,7 +108,7 @@ steps:
108108
agents:
109109
queue: "juliagpu"
110110
cuda: "11.0"
111-
cap: "recent"
111+
cap: "sm_80"
112112
env:
113113
JULIA_CUDA_VERSION: '11.4'
114114
JULIA_CUDA_USE_BINARYBUILDER: 'true'
@@ -129,6 +129,7 @@ steps:
129129
agents:
130130
queue: "juliagpu"
131131
cuda: "11.0"
132+
cap: "sm_80"
132133
env:
133134
JULIA_CUDA_VERSION: '11.3'
134135
JULIA_CUDA_USE_BINARYBUILDER: 'true'
@@ -149,6 +150,7 @@ steps:
149150
agents:
150151
queue: "juliagpu"
151152
cuda: "11.0"
153+
cap: "sm_80"
152154
env:
153155
JULIA_CUDA_VERSION: '11.2'
154156
JULIA_CUDA_USE_BINARYBUILDER: 'true'
@@ -169,6 +171,7 @@ steps:
169171
agents:
170172
queue: "juliagpu"
171173
cuda: "11.0"
174+
cap: "sm_80"
172175
env:
173176
JULIA_CUDA_VERSION: '11.1'
174177
JULIA_CUDA_USE_BINARYBUILDER: 'true'
@@ -189,6 +192,7 @@ steps:
189192
agents:
190193
queue: "juliagpu"
191194
cuda: "11.0"
195+
cap: "sm_80"
192196
env:
193197
JULIA_CUDA_VERSION: '11.0'
194198
JULIA_CUDA_USE_BINARYBUILDER: 'true'
@@ -209,6 +213,7 @@ steps:
209213
agents:
210214
queue: "juliagpu"
211215
cuda: "10.2"
216+
cap: "sm_75"
212217
env:
213218
JULIA_CUDA_VERSION: '10.2'
214219
JULIA_CUDA_USE_BINARYBUILDER: 'true'
@@ -229,6 +234,7 @@ steps:
229234
agents:
230235
queue: "juliagpu"
231236
cuda: "10.1"
237+
cap: "sm_75"
232238
env:
233239
JULIA_CUDA_VERSION: '10.1'
234240
JULIA_CUDA_USE_BINARYBUILDER: 'true'

0 commit comments

Comments
 (0)