Hi, I am trying to install cudnn9 to match with my CUDA 11.8 installed.
as per the link, it says cudnn9 is compatible with CUDA 11.8: link
I am facing an issue whereby the steps provided in the link below cause the system to install cudnn9.4.0 with CUDA 12.6:
How can I install cudnn 9.4.0 to be statically linked with CUDA11.8 for my Jetson Orin Nx ?
my system versions: Ubuntu 20.04 Jetpack 5.1.3, L4T: 35.5.0 CUDA 11.8.89
Below is the current install information from the steps to install cudnn9
ii cudnn9-cuda-12 9.4.0.58-1 arm64 NVIDIA cuDNN for CUDA 12
ii cudnn9-cuda-12-6 9.4.0.58-1 arm64 NVIDIA cuDNN for CUDA 12.6
ii libcudnn9-cuda-12 9.4.0.58-1 arm64 cuDNN runtime libraries for CUDA 12.6
ii libcudnn9-dev-cuda-12 9.4.0.58-1 arm64 cuDNN development headers and symlinks for CUDA 12.6
ii libcudnn9-static-cuda-12 9.4.0.58-1 arm64 cuDNN static libraries for CUDA 12.6
ii nvidia-l4t-cuda 35.5.0-20240219203809 arm64 NVIDIA CUDA Package
I’m seeing some inconsistencies which were still not addressed. The document mentions CUDA 11.X is compatible with cuDNN 9.4.0, please clarify, otherwise please confirm the document requires an update.
I understand as you mention to upgrade to JetPack 6.0 to get cuDNN 9.x support. However this does not solve my current issue as I require Jetpack 5.X which seems to be associated with ubuntu 20.04. Is there a way to get ubuntu 20.04 with Jetpack 6.0 via the SDK manager? I was not able to find a way of specifying the version.
I require the ubuntu 20.04 as it matches with my current ROS 1 version (ros noetic).
appreciate your insight on this, so I know a reliable source for documentation referencing.