- Removed -fno-tree-loop-vectorize from global kernel flags, instead added it to lpgemm specific kernels only. - If this flag is not used , then gcc tries to auto vectorize the code which results in usages of vector registers, if the auto vectorized function is using intrinsics then the ...
CKLPOPTFLAGS+= -fno-tree-partial-pre -fno-tree-pre -fno-tree-loop-vectorize -fno-gcse else #If gcc is older than 9.1.0 but at least 6.1.0, then we can use -march=znver1 #as the fallback option. Expand Down 8 changes: 5 additions & 3 deletions8config/zen3/make_defs.mk ...