Skip to content

Commit 039b097

Browse files
committed
Update JLLs and CI to CUDA 12.8.
1 parent 34767a3 commit 039b097

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ steps:
6666
matrix:
6767
setup:
6868
cuda:
69+
- "12.8"
6970
- "12.6"
7071
- "12.5"
7172
- "12.4"

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ AbstractFFTs = "0.4, 0.5, 1.0"
5151
Adapt = "4"
5252
BFloat16s = "0.2, 0.3, 0.4, 0.5"
5353
CEnum = "0.2, 0.3, 0.4, 0.5"
54-
CUDA_Driver_jll = "0.10"
54+
CUDA_Driver_jll = "0.12"
5555
CUDA_Runtime_Discovery = "0.3.3"
56-
CUDA_Runtime_jll = "0.15"
56+
CUDA_Runtime_jll = "0.16"
5757
ChainRulesCore = "1"
5858
Crayons = "4"
5959
DataFrames = "1"

0 commit comments

Comments
 (0)