···7373gcc = "gcc11"
74747575["12.0"]
7676-version = "12.0.0"
7777-url = "https://developer.download.nvidia.com/compute/cuda/12.0.0/local_installers/cuda_12.0.0_525.60.13_linux.run"
7878-sha256 = "sha256-kF6blRaQCDn7dgZHGdt1JDnzi4y3MLSTNdi9U93605I="
7676+version = "12.0.1"
7777+url = "https://developer.download.nvidia.com/compute/cuda/12.0.1/local_installers/cuda_12.0.1_525.85.12_linux.run"
7878+sha256 = "sha256-GyBaBicvFGP0dydv2rkD8/ZmkXwGjlIHOAAeacehh1s="
7979# CUDA 12 is compatible with gcc12, but nixpkgs default gcc is still on gcc11 as
8080# of 2023-01-08. See https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#system-requirements.
8181# This should be upgraded to gcc12 once nixpkgs default gcc is upgraded. Other
+1
pkgs/test/cuda/cuda-samples/extension.nix
···1313 "11.6" = "sha256-AsLNmAplfuQbXg9zt09tXAuFJ524EtTYsQuUlV1tPkE=";
1414 "11.7" = throw "The tag 11.7 of cuda-samples does not exist";
1515 "11.8" = "sha256-7+1P8+wqTKUGbCUBXGMDO9PkxYr2+PLDx9W2hXtXbuc=";
1616+ "12.0" = "sha256-Lj2kbdVFrJo5xPYPMiE4BS7Z8gpU5JLKXVJhZABUe/g=";
1617 }.${prev.cudaVersion};
17181819in {