Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 80097e57c90c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: af6dbe82b41f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 19, 2020

  1. cudnn_cudatoolkit_10: 10.1 -> 10.2

    cudatoolkit_10 is currently CUDA 10.2, whereas cudnn_cudatoolkit_10
    was using CuDNN with CUDA 10.1. This change rectifies that
    discrepancy.
    danieldk committed Nov 19, 2020
    Copy the full SHA
    1bdeea7 View commit details

Commits on Nov 20, 2020

  1. Merge pull request #104265 from danieldk/sync-cudnn-with-toolkit

    cudnn_cudatoolkit_10: 10.1 -> 10.2
    danieldk authored Nov 20, 2020
    Copy the full SHA
    af6dbe8 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkgs/development/libraries/science/math/cudnn/default.nix
2 changes: 1 addition & 1 deletion pkgs/development/libraries/science/math/cudnn/default.nix
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ in rec {
sha256 = "084c13vzjdkb5s1996yilybg6dgav1lscjr1xdcgvlmfrbr6f0k0";
};

cudnn_cudatoolkit_10 = cudnn_cudatoolkit_10_1;
cudnn_cudatoolkit_10 = cudnn_cudatoolkit_10_2;

cudnn_cudatoolkit_11_0 = generic rec {
version = "8.0.2";