From 0e9ad9db256148a0719792a9b3a8f89f33085436 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Tue, 12 Oct 2021 16:55:30 +0200 Subject: [PATCH] Request specific GPUs that are compatible with the CUDA version being tested. --- .buildkite/pipeline.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 6cbd5a84ab..ad9b844c48 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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 @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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'