Can I install other CUDA Toolkit version in my Jetson Orin AGX other than 11.4?

I have a project that needs to run using CUDA 11.7 and it’s not compatible with CUDA 11.4. Is CUDA 11.7 compatible in Jetson Orin AGX? If so, is it okay to download multiple CUDA version?

Hi,

We don’t have CUDA 11.7 for Jetson.
But from CUDA 11.8, users can upgrade their CUDA library from the website:

It should be okay to install multiple CUDA version.
In general, you can link the expected version by setting the global variable like below:

$ echo export LD_LIBRARY_PATH=/usr/local/cuda-[ver]/lib64:$LD_LIBRARY_PATH
$ echo export PATH=/usr/local/cuda-[ver]/bin:$PATH

Thanks.

1 Like

I already downloaded and installed CUDA Toolkit 11.8. Is it normal to have cuda 12.2 version instead in my usr/local?

Hi,

Have you installed the CUDA 12?
Or you only install CUDA 11 but find the CUDA 12 folder occurs?

Thanks.

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