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
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ let
|
||||||
BINARY = 64;
|
BINARY = 64;
|
||||||
TARGET = setTarget "ATHLON";
|
TARGET = setTarget "ATHLON";
|
||||||
DYNAMIC_ARCH = true;
|
DYNAMIC_ARCH = true;
|
||||||
|
NO_AVX512 = true;
|
||||||
USE_OPENMP = true;
|
USE_OPENMP = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue