-
Hi CUDA.jl people, I am looking to use CUDNN to do cross correlations for my work. I have been looking at the source code of the CUDNN wrapper because I want to understand what goes on behind the scenes when I call CUDA.CUDNN.cudnnConvolutionForward(). Fast forward a couple days and I am reading through wrap.jl, in CUDA.jl/res/wrap/. I understand what wrappers are and what "wrap.jl" does, but I am can't figure out what module exports the "init" function in line 31. Could someone shed some light on this? I didn't want to open an Issue for this... so I decided to post he question here. Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
From the old version of Clang.jl we're using: https://github.com/JuliaInterop/Clang.jl/blob/v0.13.0/src/Clang.jl#L65 If you want to improve wrap.jl, a good first step would be to upgrade it to the latest version of Clang.jl |
Beta Was this translation helpful? Give feedback.
From the old version of Clang.jl we're using: https://github.com/JuliaInterop/Clang.jl/blob/v0.13.0/src/Clang.jl#L65
If you want to improve wrap.jl, a good first step would be to upgrade it to the latest version of Clang.jl