Enable new AVX512 GEMM kernel by default.

This commit is contained in:
Rasmus Munk Larsen 2023-04-12 13:39:06 -07:00
parent 0d12fcc34e
commit 554fe02ae3

View File

@ -21,8 +21,7 @@
#include "../../InternalHeaderCheck.h" #include "../../InternalHeaderCheck.h"
#if !defined(EIGEN_USE_AVX512_GEMM_KERNELS) #if !defined(EIGEN_USE_AVX512_GEMM_KERNELS)
// Disable new AVX512 kernels by default. #define EIGEN_USE_AVX512_GEMM_KERNELS 1
#define EIGEN_USE_AVX512_GEMM_KERNELS 0
#endif #endif
#define SECOND_FETCH (32) #define SECOND_FETCH (32)