All CUDA versions are visible on the NVIDIA CUDA toolkit archive
When adding new versions, the following files should be updated:
-
src/links/linux-links.tsTo get the linux link you should get the link for the
runfile (local)option, the distribution doesn't matter as long as the architecture isx86_64, see the image below:
Copy
the link and paste it in a new entry of the cudaVersionToURLmap:
-
src/links/windows-links.tsThere are two windows links, one for the network installer (online) and one for the local installer (offline):
The installer links can be copied by selecting the Windows platform, OS version doesn't matter (at the time of writing), and then select either
exe (local)for the local installer, andexe (network)for the online installer. The link can be copied by right clicking the greenDownloadbutton and selectingCopy Link address.Then add a new entry in the
cudaVersionToURLmap with the link copied above:
Add a new entry in the
cudaVersionToNetworkUrlmap with the link copied in the above:

