Skip to content

Commit 7035aa7

Browse files
committedApr 23, 2019
openblas: turn off AVX512 optimizations
The AVX512 optimization has a bug in openblas-0.3.5 and can also lead to slower code on Xeon Silver CPUs. See OpenMathLib/OpenBLAS#1955 and OpenMathLib/OpenBLAS#2029
1 parent d6db31a commit 7035aa7

File tree

1 file changed

+1
-0
lines changed
  • pkgs/development/libraries/science/math/openblas

1 file changed

+1
-0
lines changed
 

‎pkgs/development/libraries/science/math/openblas/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ let
5858
BINARY = 64;
5959
TARGET = setTarget "ATHLON";
6060
DYNAMIC_ARCH = true;
61+
NO_AVX512 = true;
6162
USE_OPENMP = true;
6263
};
6364
};

0 commit comments

Comments
 (0)
Please sign in to comment.