Skip to content

Commit 4d0898b

Browse files
authored
Try supporting CUDA 13 (and dropping CUDA 11) on CI (#2867)
1 parent 0f915b0 commit 4d0898b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.buildkite/pipeline.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ steps:
6666
matrix:
6767
setup:
6868
cuda:
69+
- "13.0"
6970
- "12.9"
7071
- "12.8"
7172
- "12.6"
@@ -75,11 +76,10 @@ steps:
7576
- "12.2"
7677
- "12.1"
7778
- "12.0"
78-
- "11.8"
79-
- "11.7"
80-
- "11.6"
81-
- "11.5"
82-
- "11.4"
79+
adjustments:
80+
- with:
81+
cuda: "13.0"
82+
soft_fail: true
8383
commands: |
8484
echo -e "[CUDA_Runtime_jll]\nversion = \"{{matrix.cuda}}\"" >LocalPreferences.toml
8585
echo -e "[CUDA_Driver_jll]\ncompat = \"false\"" >>LocalPreferences.toml
@@ -91,7 +91,6 @@ steps:
9191
matrix:
9292
setup:
9393
cuda:
94-
- "11.4"
9594
- "12.0"
9695
package:
9796
- "cuDNN"

0 commit comments

Comments
 (0)