Skip to content

Commit

Permalink
Merge #1479
Browse files Browse the repository at this point in the history
1479: Update CUDA and dependencies r=charleskawczynski a=charleskawczynski

This PR updates the CUDA compat entry and the dependencies, upgrading us to CUDA 5.

Co-authored-by: Charles Kawczynski <[email protected]>
  • Loading branch information
bors[bot] and charleskawczynski authored Sep 29, 2023
2 parents 28cc4a7 + cb82bb5 commit 36f35ec
Show file tree
Hide file tree
Showing 9 changed files with 1,022 additions and 513 deletions.
12 changes: 6 additions & 6 deletions .dev/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ version = "0.8.12"

[[deps.Compat]]
deps = ["UUIDs"]
git-tree-sha1 = "e460f044ca8b99be31d35fe54fc33a5c33dd8ed7"
git-tree-sha1 = "8a62af3e248a8c4bad6b32cbbe663ae02275e32c"
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
version = "4.9.0"
version = "4.10.0"

[deps.Compat.extensions]
CompatLinearAlgebraExt = "LinearAlgebra"
Expand Down Expand Up @@ -79,9 +79,9 @@ version = "0.21.4"

[[deps.JuliaFormatter]]
deps = ["CSTParser", "CommonMark", "DataStructures", "Glob", "Pkg", "PrecompileTools", "Tokenize"]
git-tree-sha1 = "680fb31c8b8e2cf482f48e55d8fa01ccc4469e04"
git-tree-sha1 = "c0ac2f93058fd148267154c42dd7dc79869f7923"
uuid = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
version = "1.0.35"
version = "1.0.37"

[[deps.LibCURL]]
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
Expand Down Expand Up @@ -152,9 +152,9 @@ version = "1.2.0"

[[deps.Preferences]]
deps = ["TOML"]
git-tree-sha1 = "7eb1686b4f04b82f96ed7a4ea5890a4f0c7a09f1"
git-tree-sha1 = "00805cd429dcb4870060ff49ef443486c262e38e"
uuid = "21216c6a-2e73-6563-6e65-726566657250"
version = "1.4.0"
version = "1.4.1"

[[deps.Printf]]
deps = ["Unicode"]
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
Adapt = "3"
BandedMatrices = "0.17"
BlockArrays = "0.16"
CUDA = "3, 4.2.0"
CUDA = "3, 4.2.0, 5"
ClimaComms = "0.5"
CubedSphere = "0.2"
DataStructures = "0.18"
Expand Down
Loading

0 comments on commit 36f35ec

Please sign in to comment.