Jetson Nano: cuDNN 8 for CUDA 11.4

Hello! I have successfully installed CUDA 11.4 through the guide in CUDA Toolkit 11.7 Update 1 Downloads | NVIDIA Developer. When I try “sudo apt install libcudnn8-dev” it tries to install “cudnn8.0.0.180-1+cuda10.2”. I.e.cuda10.2 instead of cuda11.4. What am I doing wrong? How to install “cudnn8.x.x+cuda11.4”?

   ...
   Get:1 https://repo.download.nvidia.com/jetson/common r32.5/main arm64 libcudnn8 arm64 8.0.0.180-1+cuda10.2 [210 MB]
   Get:2 https://repo.download.nvidia.com/jetson/common r32.5/main arm64 libcudnn8-dev arm64 8.0.0.180-1+cuda10.2 [355 MB]
   ...

I have found this guide 4.3.2. Installing cuDNN For Linux AArch64 SBSA. It’s not clear where to download those packages:

sudo dpkg -i libcudnn8_*+cuda11.4_amd64.deb
sudo dpkg -i libcudnn8-dev_*+cuda11.4_amd64.deb
sudo dpkg -i libcudnn8-samples_*+cuda11.4_amd64.deb
sudo dpkg -i libcudnn8-cross-aarch64_*.deb
sudo dpkg -i libcudnn8-dev-cross-aarch64_*.deb

Hi,

Due to GPU driver dependencies, you need to install the CUDA package included in the JetPack for Jetson.
The arm64-sbsa indicates Arm Server CPU platforms rather than Jetson.

Thanks.

Hi, How to get access to alpha/beta releases of JetPack 5.0 with latest CUDA and cuDNN support?

Hi,

Currently, we only have JetPack 4.5.1 release for Jetson.
(An upcoming JetPack 4.6 will be available soon)

You can find our release plan below.

Thanks.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.