Skip to content

Commit 756ce54

Browse files
authored
Loosen compat bounds for CUDA_Runtime_Discovery for cudNN (#2855)
* Loosen compat bounds for CUDA_Runtime_Discovery for cudNN * Import some needed macros
1 parent 8fe1173 commit 756ce54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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"

lib/cudnn/src/cuDNN.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module cuDNN
1010
using CUDA
1111
using CUDA.APIUtils
1212
using CUDA: CUstream, CUgraph, libraryPropertyType
13-
using CUDA: retry_reclaim, isdebug, initialize_context
13+
using CUDA: retry_reclaim, isdebug, initialize_context, @gcsafe_ccall, @checked
1414

1515
using CEnum: @cenum
1616

0 commit comments

Comments
 (0)