Skip to content

Commit e9141d5

Browse files
authored
Add support for CUDA 12.1 (#1793)
1 parent aca936b commit e9141d5

File tree

8 files changed

+815
-899
lines changed

8 files changed

+815
-899
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ steps:
6161
if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
6262
timeout_in_minutes: 120
6363
matrix:
64+
- "12.1"
6465
- "12.0"
6566
- "11.8"
6667
- "11.7"

Manifest.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ version = "0.4.2"
3434

3535
[[CUDA_Driver_jll]]
3636
deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl", "Pkg"]
37-
git-tree-sha1 = "9d2679685939a9c9a6dfe96ac38bcb97d0a4cc4c"
37+
git-tree-sha1 = "8b912e69a6826d32eced5c4f9e2c50aff7100979"
3838
uuid = "4ee394cb-3365-5eb0-8335-949819d2adfc"
39-
version = "0.3.0+0"
39+
version = "0.4.0+0"
4040

4141
[[CUDA_Runtime_Discovery]]
4242
deps = ["Libdl"]
@@ -45,10 +45,10 @@ uuid = "1af6417a-86b4-443c-805f-a4643ffb695f"
4545
version = "0.1.1"
4646

4747
[[CUDA_Runtime_jll]]
48-
deps = ["Artifacts", "CUDA_Driver_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "Pkg", "TOML"]
49-
git-tree-sha1 = "e9c9cc9fceaebf83e889162334c0f84c33194478"
48+
deps = ["Artifacts", "CUDA_Driver_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "TOML"]
49+
git-tree-sha1 = "de2e366b4e66a8690567d12dec6f550da9addec7"
5050
uuid = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
51-
version = "0.3.0+2"
51+
version = "0.4.0+0"
5252

5353
[[ChainRulesCore]]
5454
deps = ["Compat", "LinearAlgebra", "SparseArrays"]

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ AbstractFFTs = "0.4, 0.5, 1.0"
3434
Adapt = "3.3"
3535
BFloat16s = "0.2, 0.3, 0.4"
3636
CEnum = "0.2, 0.3, 0.4"
37-
CUDA_Driver_jll = "0.3"
37+
CUDA_Driver_jll = "0.4"
3838
CUDA_Runtime_Discovery = "0.1"
39-
CUDA_Runtime_jll = "0.3"
39+
CUDA_Runtime_jll = "0.4"
4040
ExprTools = "0.1"
4141
GPUArrays = "8.6"
4242
GPUCompiler = "0.17"

0 commit comments

Comments
 (0)