Skip to content

Commit 4464850

Browse files
Merge pull request #129 from ChrisRackauckas-Claude/remove-v100-cuda-workarounds
Remove V100 CUDA compatibility workarounds
2 parents 0c7b5ce + c5b5c9f commit 4464850

File tree

4 files changed

+1
-21
lines changed

4 files changed

+1
-21
lines changed

LocalPreferences.toml

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

Project.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ version = "2.2.0"
55

66
[deps]
77
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
8-
CUDA_Driver_jll = "4ee394cb-3365-5eb0-8335-949819d2adfc"
9-
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
108
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
119
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1210
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
@@ -27,8 +25,6 @@ cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
2725
[compat]
2826
Aqua = "0.8"
2927
CUDA = "5.4.2"
30-
CUDA_Driver_jll = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 13"
31-
CUDA_Runtime_jll = "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"
3228
DiffEqBase = "6.151"
3329
Distributions = "v0.25.107"
3430
DocStringExtensions = "0.9.3"

docs/LocalPreferences.toml

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

docs/Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[deps]
22
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
3-
CUDA_Driver_jll = "4ee394cb-3365-5eb0-8335-949819d2adfc"
4-
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
53
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
64
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
75
HighDimPDE = "57c578d5-59d4-4db8-a490-a9fc372d19d2"
@@ -10,7 +8,7 @@ StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
108
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
119

1210
[compat]
13-
CUDA = "4, 5"
11+
CUDA = "5.4.2"
1412
Documenter = "1"
1513
Flux = "0.14.16, 0.15, 0.16"
1614
StochasticDiffEq = "6.66"

0 commit comments

Comments
 (0)