mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 09:13:17 +00:00
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 https://github.com/xianyi/OpenBLAS/issues/1955 and https://github.com/xianyi/OpenBLAS/issues/2029
This commit is contained in:
parent
cf2f927010
commit
6968c4f305
@ -58,6 +58,7 @@ let
|
||||
BINARY = 64;
|
||||
TARGET = setTarget "ATHLON";
|
||||
DYNAMIC_ARCH = true;
|
||||
NO_AVX512 = true;
|
||||
USE_OPENMP = true;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user