AVX path for BF16

This commit is contained in:
Sheng Yang
2020-07-14 01:34:03 +00:00
committed by Rasmus Munk Larsen
parent 4ab32e2de2
commit 56b3e3f3f8
8 changed files with 460 additions and 89 deletions

View File

@@ -310,6 +310,12 @@ macro(ei_testing_print_summary)
message(STATUS "AVX: Using architecture defaults")
endif()
if(EIGEN_TEST_AVX2)
message(STATUS "AVX2: ON")
else()
message(STATUS "AVX2: Using architecture defaults")
endif()
if(EIGEN_TEST_FMA)
message(STATUS "FMA: ON")
else()
@@ -322,6 +328,12 @@ macro(ei_testing_print_summary)
message(STATUS "AVX512: Using architecture defaults")
endif()
if(EIGEN_TEST_AVX512DQ)
message(STATUS "AVX512DQ: ON")
else()
message(STATUS "AVX512DQ: Using architecture defaults")
endif()
if(EIGEN_TEST_ALTIVEC)
message(STATUS "Altivec: ON")
else()