Add AVX512 s/dgemm optimizations for compute kernel (2nd try)

This commit is contained in:
aaraujom
2022-05-28 02:00:21 +00:00
committed by Antonio Sánchez
parent 510f6b9f15
commit d49ede4dc4
9 changed files with 1377 additions and 24 deletions

View File

@@ -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"