mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Enable new AVX512 GEMM kernel by default.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user