I have software that was developed in CUDA 8 to do gpu processing. We found out that CUDA 10.2 is the latest version that the software will run with without error, that CUDA 11 or later is a problem.
We are migrating to RHEL 8 from RHEL 7.9, and trying to install cuda_10.2.89_440.33.01_linux.run the Nvidia 440 driver fails on building kernel module.
The Nvidia Cuda download page offers a “RHEL 8” in addition to “RHEL7”, and CUDA 10.2 in the archive download section is the first to offer “RHEL 8” all the previous CUDA versions do not. But the download whether it is for RHEL 7 or RHEL 8 (under x86-64) is the same download link of “https://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_440.33.01_linux.run”.
Is there a mistake on the Nvidia cuda website, or is that correct there really isn’t a different download between rhel 7 and 8? Nevertheless Nvidia 440 does not install in RHEL 8 (specifically 8.8 which is currently the latest). Should it be able to?