Obtaining modern CUDA libraries

For ONNXRunTime.jl GPU support, we need various CUDA libraries. In theory, we only need binaries.
In practice, the easiest way to obtain these was to install the following packages:

However CUDNN is deprecated now and this causes trouble. For instance, it forces us to choose between a modern onnxruntime and onnx GPU support.

What would be a good way to obtain modern compatible cuda binaries? Especially libcudnn?

However CUDNN is deprecated

For the record this was a misunderstanding based on the extremely out of date GitHub - JuliaAttic/CUDNN.jl: Julia wrapper for the NVIDIA cuDNN GPU deep learning library.

1 Like