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: a2216077fa1b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 57d4c67fb898
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 13, 2020

  1. amd-blis: init at 2.2

    We compile specifically for Zen:
    
    - Zen/Zen2 are not included in the x86_64 or amd64 configurations.
    - Including them breaks AMD BLIS in other places, since some functions
      have Zen-specific definitions that fail on other platforms.
    
    Non-Zen CI runners will succeed when they are Haswell or later, since
    a Haswell kernel is compiled as a dependency.
    danieldk committed Jul 13, 2020
    Copy the full SHA
    4fbe92d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Merge pull request #93052 from danieldk/amd-blis-zen-only

    amd-blis: init at 2.2
    danieldk committed Aug 8, 2020
    Copy the full SHA
    57d4c67 View commit details
    Browse the repository at this point in the history