mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
AVX path for BF16
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
4ab32e2de2
commit
56b3e3f3f8
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user