Upgrading CUDA 11.4 to CUDA 11.8

I am facing a compatibility issue to utilize the Jetson GPU instead of the CPU on AI tasks.

My current setup is as follows:
Host machine: x86_64, Ubuntu 20.04

Target Device: Jetson orin NX: aarch64 with CUDA 11.4.

  • note there seems to be no version of pytorch and torchvision available with CUDA enabled.

The pytorch version required (with CUDA enabled) can be found in : Start Locally | PyTorch

It seems there are no other CUDA versions available apart from 11.8, 12.1 and 12.4 which is needed to utilize the GPU for accelerated computing.

What I need to do is maintain Ubuntu 20.04 as I am using ROS1. I however need to upgrade the CUDA version to at least 11.8 to be able to utilize the GPU computing with CUDA enabled as per the pytorch link above.

Hi,

Please find below the link for a CUDA version of PyTorch:

The latest software of Orin NX is JetPack 6 with CUDA 12.2.
Which should meet your requirements.

Thanks.

Hi, I think there was some misunderstanding. I needed to maintain my current Jetpack version: 5.1.3, L4T: 35.5.0 but upgrade the SDK installed CUDA 11.4 to CUDA 11.8.

Anyways, I got the solution from here which seemed to work: