mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 09:39:34 +08:00
Enable new AVX512 GEMM kernel by default.
This commit is contained in:
parent
0d12fcc34e
commit
554fe02ae3
@ -21,8 +21,7 @@
|
||||
#include "../../InternalHeaderCheck.h"
|
||||
|
||||
#if !defined(EIGEN_USE_AVX512_GEMM_KERNELS)
|
||||
// Disable new AVX512 kernels by default.
|
||||
#define EIGEN_USE_AVX512_GEMM_KERNELS 0
|
||||
#define EIGEN_USE_AVX512_GEMM_KERNELS 1
|
||||
#endif
|
||||
|
||||
#define SECOND_FETCH (32)
|
||||
|
Loading…
x
Reference in New Issue
Block a user