Skip to content

Commit 2783c88

Browse files
authored
Add support for CUDA 12.4. (#2286)
1 parent cb14a63 commit 2783c88

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
@@ -57,6 +57,7 @@ steps:
5757
matrix:
5858
setup:
5959
cuda:
60+
- "12.4"
6061
- "12.3"
6162
- "12.2"
6263
- "12.1"

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ AbstractFFTs = "0.4, 0.5, 1.0"
4848
Adapt = "4"
4949
BFloat16s = "0.2, 0.3, 0.4, 0.5"
5050
CEnum = "0.2, 0.3, 0.4, 0.5"
51-
CUDA_Driver_jll = "0.7"
51+
CUDA_Driver_jll = "0.8"
5252
CUDA_Runtime_Discovery = "0.2"
53-
CUDA_Runtime_jll = "0.11"
53+
CUDA_Runtime_jll = "0.12"
5454
ChainRulesCore = "1"
5555
Crayons = "4"
5656
DataFrames = "1"

0 commit comments

Comments
 (0)