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

Commits on Sep 6, 2020

  1. openblas: re-enable AVX512 support

    AVX512 support was disabled due to an issue in the AVX512 DGEMM
    kernel:
    
    #59708
    
    However, this kernel has been replaced upstream a while ago:
    
    https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.8
    
    And they have enabled AVX512 kernels since then.
    danieldk committed Sep 6, 2020
    Copy the full SHA
    383075f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Merge pull request #97306 from danieldk/openblas-avx512

    openblas: re-enable AVX512 support
    ttuegel committed Dec 29, 2020
    Copy the full SHA
    c3356a6 View commit details
    Browse the repository at this point in the history