I’m currently running JetPack 5.1.1 with CUDA 11.4. I recently upgraded CUDA to version 11.8 following the official NVIDIA documentation. However, when I check the TensorRT version, it still shows 8.5.2.2-1+cuda11.4, indicating it’s tied to CUDA 11.4. I’d like to upgrade TensorRT to work with CUDA 11.8, but I haven’t been able to find the appropriate installation files.
Does anyone know where I can find the TensorRT installation package compatible with CUDA 11.8, or provide guidance on how to proceed?
Thats fine. I was just trying to understand why it is not possible to get TensorRT 8.5 with Cuda 11.8 on jetson Xavier, if its generally possible with CUDA 11.8 (even with tensorrt 10).
On JetPack 5, all the packages are fixed and tested together. (CUDA is an experimental feature)
From JetPack 6, with some design changes, we start to support the upgradable AI software stack.