Merge pull request #4048 from imzhuhl/spr_sbgemm_fix

Sapphire Rapids sbgemm fix
This commit is contained in:
Martin Kroeker
2023-06-17 20:47:09 +02:00
committed by GitHub
11 changed files with 117 additions and 13 deletions

View File

@@ -645,7 +645,7 @@ DYNAMIC_CORE += HASWELL ZEN
endif
ifneq ($(NO_AVX512), 1)
ifneq ($(NO_AVX2), 1)
DYNAMIC_CORE += SKYLAKEX COOPERLAKE
DYNAMIC_CORE += SKYLAKEX COOPERLAKE SAPPHIRERAPIDS
endif
endif
endif