We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be3145 commit 0b1c4f5Copy full SHA for 0b1c4f5
lib/utils/APIUtils.jl
@@ -6,7 +6,7 @@ using LLVM
6
using LLVM.Interop
7
8
# helpers that facilitate working with CUDA APIs
9
-using GPUUtils: @checked, @debug_ccall
+using GPUUtils: @checked, @debug_ccall, @gcsafe_ccall
10
export @checked, @debug_ccall, @gcsafe_ccall
11
12
include("enum.jl")
0 commit comments