Skip to content

Commit

Permalink
cudatoolkit: default to 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rehno-lindeque committed Mar 24, 2022
1 parent 467b6ab commit 4b3e45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4615,7 +4615,7 @@ with pkgs;
cudatoolkit_11_5
cudatoolkit_11_6;

cudatoolkit = cudatoolkit_10;
cudatoolkit = cudatoolkit_11;

cudnnPackages = callPackages ../development/libraries/science/math/cudnn { };
inherit (cudnnPackages)
Expand All @@ -4638,7 +4638,7 @@ with pkgs;
cudnn_8_3_cudatoolkit_10
cudnn_8_3_cudatoolkit_11;

cudnn = cudnn_8_3_cudatoolkit_10;
cudnn = cudnn_8_3_cudatoolkit_11;

cutensorPackages = callPackages ../development/libraries/science/math/cutensor { };
inherit (cutensorPackages)
Expand Down

0 comments on commit 4b3e45e

Please sign in to comment.