Skip to content

Commit fd44847

Browse files
committed
Loosen compat bounds for CUDA_Runtime_Discovery for cudNN
1 parent 6ca192d commit fd44847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/cudnn/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "cuDNN"
22
uuid = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
33
authors = ["Tim Besard <[email protected]>"]
4-
version = "1.4.3"
4+
version = "1.4.4"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -12,6 +12,6 @@ CUDNN_jll = "62b44479-cb7b-5706-934f-f13b2eb2e645"
1212
[compat]
1313
CEnum = "0.2, 0.3, 0.4, 0.5"
1414
CUDA = "~5.8"
15-
CUDA_Runtime_Discovery = "0.2, 0.3"
15+
CUDA_Runtime_Discovery = "0.2, 0.3, 1"
1616
CUDNN_jll = "9.10"
1717
julia = "1.10"

0 commit comments

Comments
 (0)