Skip to content

Commit 88781b6

Browse files
Remove V100 CUDA compatibility workarounds
demeter4's driver has been downgraded to CUDA 12.9, so the LocalPreferences.toml pinning CUDA runtime to 12.6 and the CUDA_Driver_jll/CUDA_Runtime_jll dependency additions are no longer needed. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bbb609a commit 88781b6

5 files changed

Lines changed: 2 additions & 29 deletions

File tree

LocalPreferences.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

Project.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ AdvancedHMC = "0.8"
5858
Aqua = "0.8.9"
5959
ArrayInterface = "7.11"
6060
Boltz = "1"
61-
CUDA = "4, 5"
62-
CUDA_Driver_jll = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 11, 12, 13"
63-
CUDA_Runtime_jll = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21"
61+
CUDA = "5.5.2"
6462
ChainRulesCore = "1.24"
6563
ComponentArrays = "0.15.16"
6664
ConcreteStructs = "0.2.3"
@@ -118,8 +116,6 @@ julia = "1.10"
118116
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
119117
Boltz = "4544d5e4-abc5-4dea-817f-29e4c205d9c8"
120118
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
121-
CUDA_Driver_jll = "4ee394cb-3365-5eb0-8335-949819d2adfc"
122-
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
123119
DiffEqNoiseProcess = "77a26b50-5914-5dd7-bc55-306e6241c503"
124120
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
125121
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
@@ -138,4 +134,4 @@ TensorBoardLogger = "899adc3e-224a-11e9-021f-63837185c80f"
138134
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
139135

140136
[targets]
141-
test = ["Aqua", "Boltz", "CUDA", "CUDA_Driver_jll", "CUDA_Runtime_jll", "DiffEqNoiseProcess", "ExplicitImports", "FastGaussQuadrature", "Flux", "Hwloc", "InteractiveUtils", "LineSearches", "LuxCUDA", "LuxCore", "LuxLib", "OptimizationOptimJL", "OrdinaryDiffEq", "ReTestItems", "StochasticDiffEq", "TensorBoardLogger", "Test"]
137+
test = ["Aqua", "Boltz", "CUDA", "DiffEqNoiseProcess", "ExplicitImports", "FastGaussQuadrature", "Flux", "Hwloc", "InteractiveUtils", "LineSearches", "LuxCUDA", "LuxCore", "LuxLib", "OptimizationOptimJL", "OrdinaryDiffEq", "ReTestItems", "StochasticDiffEq", "TensorBoardLogger", "Test"]

docs/LocalPreferences.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[deps]
22
AdvancedHMC = "0bf59076-c3b1-5ca4-86bd-e02cd72cde3d"
3-
CUDA_Driver_jll = "4ee394cb-3365-5eb0-8335-949819d2adfc"
4-
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
53
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
64
Cubature = "667455a9-e2ce-5579-9412-b964f529a492"
75
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"

test/LocalPreferences.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)