Hello All,
Installation for Cuda Toolkit 11.5 was well documented. But fur CUDNN8 there are some holes.
I’ve completed the local tar file method
tar -xvf cudnn-linux-x86_64-8.x.x.x_cudaX.Y-archive.tar.xz
But since there were no samples I also followed the network package manager install
sudo apt-get install libcudnn8=8.3.1.*+cuda11.5
sudo apt-get install libcudnn8-dev=8.3.1.*+cuda11.5
The above packages installed but the samples package is not found.
sudo apt-get install libcudnn8-samples=8.3.1.*+cuda11.5
Any help on getting the link to this file on nvidia’s repos for a local deb install?
Or are samples for 8.31.22 not out yet?
Thanks.