Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.56 KB

CONTRIBUTING.md

File metadata and controls

33 lines (20 loc) · 1.56 KB

Contributing

Adding new CUDA versions

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.ts

    To get the linux link you should get the link for the runfile (local) option, the distribution doesn't matter as long as the architecture is x86_64, see the image below: Linux link copy Copy the link and paste it in a new entry of the cudaVersionToURL map: Linux link paste

  • src/links/windows-links.ts

    There 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, and exe (network) for the online installer. The link can be copied by right clicking the green Download button and selecting Copy Link address.

    Windows - Local installer:

    Windows link local copy

    Then add a new entry in the cudaVersionToURL map with the link copied above: Windows link local paste

    Windows - Network installer:

    Windows link network copy

    Add a new entry in the cudaVersionToNetworkUrl map with the link copied in the above: Windows link network paste