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?