We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd44847 commit 966c58bCopy full SHA for 966c58b
lib/cudnn/src/cuDNN.jl
@@ -10,7 +10,7 @@ module cuDNN
10
using CUDA
11
using CUDA.APIUtils
12
using CUDA: CUstream, CUgraph, libraryPropertyType
13
-using CUDA: retry_reclaim, isdebug, initialize_context
+using CUDA: retry_reclaim, isdebug, initialize_context, @gcsafe_ccall, @checked
14
15
using CEnum: @cenum
16
0 commit comments