Hello,
I manage a small cluster and we keep around a few CUDA toolkit versions and cuDNN versions. This requires us to use tar files (I believe) but I also need to verify cuDNN works for each CUDA toolkit. Previously I did this using the samples.
In version 8.3 the samples had tar versions which made life easy. Now it seems the samples are only found in the local deb installer, and there is only a single version currently available (libcudnn8-samples=8.8.1.3-1+cuda11.8
).
Are there tar samples anywhere I can download? If not, how can I verify cuDNN works for each toolkit (e.g. 11.7, 11.8, 12.0)?
Thank you,
-Collin