Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cudaPackages: bump the default 11 -> 12 #269639

Merged
merged 7 commits into from
Jan 17, 2024
Next Next commit
cudaPackages_12: 12.0 -> 12.2
SomeoneSerge committed Jan 17, 2024
commit 7d161de78111dead45620ab77f7f97d99d044659
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -7318,7 +7318,7 @@ with pkgs;
cudaPackages_12_1 = callPackage ./cuda-packages.nix { cudaVersion = "12.1"; };
cudaPackages_12_2 = callPackage ./cuda-packages.nix { cudaVersion = "12.2"; };
cudaPackages_12_3 = callPackage ./cuda-packages.nix { cudaVersion = "12.3"; };
cudaPackages_12 = recurseIntoAttrs cudaPackages_12_0;
cudaPackages_12 = cudaPackages_12_2; # Latest supported by cudnn

# Use the older cudaPackages for tensorflow and jax, as determined by cudnn
# compatibility: https://www.tensorflow.org/install/source#gpu