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

Commits on Jun 30, 2020

  1. Copy the full SHA
    d144f2d View commit details
    Browse the repository at this point in the history
  2. python3Packages.pytorch: fix AArch64 build

    aarch64-linux builds fail because of the use of opcodes in QNNPACK
    that the GNU assembpler does not support. This change cherry-picks an
    upstream patch that fixes this. See:
    
    pytorch/pytorch#33124
    pytorch/pytorch#40584
    danieldk committed Jun 30, 2020
    Copy the full SHA
    5c80cde View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. Merge pull request #91808 from danieldk/pytorch-1.5.1

    python3Packages.pytorch: 1.5.0 -> 1.5.1
    FRidh committed Jul 4, 2020
    Copy the full SHA
    a9ed5b7 View commit details
    Browse the repository at this point in the history