Ubuntu 18.04 installation of cuda 11.3 and TensorRT 8 tutorials (pit encountered and pit filling methods, as well as the construction of TensorRT environment in python and c + +)
1. Uninstall the original environment
Original environment: graphics card driver -- 470.57.02
cuda -- 10.0
cudnn -- 7.6
TensorRT 7.0.0.11
Uninstall cuda10.0 and the corresponding cudnn:
cd /usr/local/cuda/bin
sudo ./uninstall_cuda_10.0.pl
cd ..
sudo rm -rf cuda-10.0
2. Install cuda 11.3 and corresponding cudnn
cuda inst ...
Posted on Fri, 19 Nov 2021 05:40:46 -0500 by habbardone