cudatoolkit: add 11.5.0
This commit is contained in:
parent
a6448ad36e
commit
8316ec9e4e
2 changed files with 9 additions and 1 deletions
|
@ -72,5 +72,12 @@ rec {
|
|||
gcc = gcc10; # can bump to 11 along with stdenv.cc
|
||||
};
|
||||
|
||||
cudatoolkit_11_5 = common {
|
||||
version = "11.5.0";
|
||||
url = "https://developer.download.nvidia.com/compute/cuda/11.5.0/local_installers/cuda_11.5.0_495.29.05_linux.run";
|
||||
sha256 = "sha256-rgoWk9lJfPPYHmlIlD43lGNpANtxyY1Y7v2sr38aHkw=";
|
||||
gcc = gcc10; # can bump to 11 along with stdenv.cc
|
||||
};
|
||||
|
||||
cudatoolkit_11 = cudatoolkit_11_4;
|
||||
}
|
||||
|
|
|
@ -4141,7 +4141,8 @@ with pkgs;
|
|||
cudatoolkit_11_1
|
||||
cudatoolkit_11_2
|
||||
cudatoolkit_11_3
|
||||
cudatoolkit_11_4;
|
||||
cudatoolkit_11_4
|
||||
cudatoolkit_11_5;
|
||||
|
||||
cudatoolkit = cudatoolkit_10;
|
||||
|
||||
|
|
Loading…
Reference in a new issue