Skip to content

Commit 966c58b

Browse files
committed
Import some needed macros
1 parent fd44847 commit 966c58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)