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
base: 7c45f7370181
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3e2dfb99b433
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 26, 2020

  1. python3Packages.pytorch: remove oneDNN dependency

    oneDNN was added as a dependency, but it is not actually used by
    PyTorch. PyTorch uses oneDNN from the vendored iDeep dependency.
    
    Using a system-provided oneDNN is currently not a supported build
    option.
    danieldk committed Aug 26, 2020
    Copy the full SHA
    a4ed797 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Merge pull request #96350 from danieldk/pytorch-remove-onednn-dependency

    python3Packages.pytorch: remove oneDNN dependency
    danieldk committed Aug 29, 2020
    Copy the full SHA
    3e2dfb9 View commit details
    Browse the repository at this point in the history