mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 01:29:35 +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"
|
#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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user