mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add AVX512 s/dgemm optimizations for compute kernel (2nd try)
This commit is contained in:
committed by
Antonio Sánchez
parent
510f6b9f15
commit
d49ede4dc4
@@ -356,6 +356,10 @@ using std::ptrdiff_t;
|
||||
#include "src/Core/arch/NEON/GeneralBlockPanelKernel.h"
|
||||
#endif
|
||||
|
||||
#if defined(EIGEN_VECTORIZE_AVX512)
|
||||
#include "src/Core/arch/AVX512/GemmKernel.h"
|
||||
#endif
|
||||
|
||||
#include "src/Core/BooleanRedux.h"
|
||||
#include "src/Core/Select.h"
|
||||
#include "src/Core/VectorwiseOp.h"
|
||||
|
||||
Reference in New Issue
Block a user